Skip to content

Commit

Permalink
Merge pull request #29 from Mastercard/security-issues
Browse files Browse the repository at this point in the history
Security issues
  • Loading branch information
karen-avetisyan-mc authored Feb 20, 2024
2 parents bd9b5c3 + 71c85db commit fa19709
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
include:
- os: "ubuntu-latest"
# There is no build for Python 3.6 in ubuntu>20.04.
# This unclude can be removed when we drop support for Python 3.6.
- os: "ubuntu-20.04"
python-version: "3.6"
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
This is the Python version of the Mastercard compliant payload encryption/decryption.

### Compatibility <a name="compatibility"></a>
Python 3.6+
Python 3.8+

### References <a name="references"></a>
* [JSON Web Encryption (JWE)](https://datatracker.ietf.org/doc/html/rfc7516)
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pycryptodome==3.19.1
pyOpenSSL>=23.3.0
setuptools>=39.0.1
coverage>=4.5.3
cryptography>=42.0.0

0 comments on commit fa19709

Please sign in to comment.