Skip to content

Commit fa19709

Browse files
Merge pull request #29 from Mastercard/security-issues
Security issues
2 parents bd9b5c3 + 71c85db commit fa19709

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version:
18-
- 3.6
19-
- 3.7
2018
- 3.8
2119
- 3.9
2220
include:
2321
- os: "ubuntu-latest"
24-
# There is no build for Python 3.6 in ubuntu>20.04.
25-
# This unclude can be removed when we drop support for Python 3.6.
26-
- os: "ubuntu-20.04"
27-
python-version: "3.6"
2822
steps:
2923
- uses: actions/checkout@v2
3024
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
This is the Python version of the Mastercard compliant payload encryption/decryption.
2828

2929
### Compatibility <a name="compatibility"></a>
30-
Python 3.6+
30+
Python 3.8+
3131

3232
### References <a name="references"></a>
3333
* [JSON Web Encryption (JWE)](https://datatracker.ietf.org/doc/html/rfc7516)

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pycryptodome==3.19.1
2-
pyOpenSSL>=23.3.0
32
setuptools>=39.0.1
43
coverage>=4.5.3
54
cryptography>=42.0.0

0 commit comments

Comments
 (0)