File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 2727This 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 )
Original file line number Diff line number Diff line change 11pycryptodome == 3.19.1
2- pyOpenSSL >= 23.3.0
32setuptools >= 39.0.1
43coverage >= 4.5.3
54cryptography >= 42.0.0
You can’t perform that action at this time.
0 commit comments