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:
15
15
strategy :
16
16
matrix :
17
17
python-version :
18
- - 3.6
19
- - 3.7
20
18
- 3.8
21
19
- 3.9
22
20
include :
23
21
- 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"
28
22
steps :
29
23
- uses : actions/checkout@v2
30
24
with :
Original file line number Diff line number Diff line change 27
27
This is the Python version of the Mastercard compliant payload encryption/decryption.
28
28
29
29
### Compatibility <a name =" compatibility " ></a >
30
- Python 3.6 +
30
+ Python 3.8 +
31
31
32
32
### References <a name =" references " ></a >
33
33
* [ JSON Web Encryption (JWE)] ( https://datatracker.ietf.org/doc/html/rfc7516 )
Original file line number Diff line number Diff line change 1
1
pycryptodome == 3.19.1
2
- pyOpenSSL >= 23.3.0
3
2
setuptools >= 39.0.1
4
3
coverage >= 4.5.3
5
4
cryptography >= 42.0.0
You can’t perform that action at this time.
0 commit comments