Skip to content

Commit 0b22b7d

Browse files
changed minimum required python version
1 parent 0c2147c commit 0b22b7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The CyberSource Python client provides convenient access to the [CyberSource RES
77

88
## System Requirements
99

10-
* Python 3.6 or later
10+
* Python 3.7 or later
1111

1212
## Installation
1313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"six",
2929
"urllib3",
3030
"jwcrypto",
31-
"cryptography",
31+
"cryptography"
3232
],
3333
packages=find_packages(),
3434
include_package_data=True,

0 commit comments

Comments
 (0)