We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2c02c commit 9844947Copy full SHA for 9844947
client_encryption/version.py
@@ -1,3 +1,3 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
-__version__ = "1.9.0"
+__version__ = "1.20.0"
setup.py
@@ -3,7 +3,7 @@
exec(open('client_encryption/version.py').read())
4
5
setup(name='mastercard-client-encryption',
6
- python_requires='>=3.5.4',
+ python_requires='>=3.8',
7
version=__version__,
8
description='Mastercard Client encryption.',
9
long_description='Library for Mastercard API compliant payload encryption/decryption.',
0 commit comments