From 7d8f1cf151cb3700d55feaf9ea5e8f28a6e12960 Mon Sep 17 00:00:00 2001 From: karen-avetisyan-mc Date: Tue, 20 Feb 2024 12:48:43 +0000 Subject: [PATCH 1/3] removing th pyOpenSSL --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ccac1cf..30679bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ pycryptodome==3.19.1 -pyOpenSSL>=23.3.0 setuptools>=39.0.1 coverage>=4.5.3 cryptography>=42.0.0 From 81b906bf2f1a11e299cee358386fb1aa6eb51ea1 Mon Sep 17 00:00:00 2001 From: karen-avetisyan-mc Date: Tue, 20 Feb 2024 12:50:04 +0000 Subject: [PATCH 2/3] removing python 3.6 and 3.7 --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67dc970..286c50d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: From 71c85dbf0b1660ae79046f132449a78c5d777bc5 Mon Sep 17 00:00:00 2001 From: karen-avetisyan-mc Date: Tue, 20 Feb 2024 12:53:43 +0000 Subject: [PATCH 3/3] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7439165..4640014 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This is the Python version of the Mastercard compliant payload encryption/decryption. ### Compatibility -Python 3.6+ +Python 3.8+ ### References * [JSON Web Encryption (JWE)](https://datatracker.ietf.org/doc/html/rfc7516)