From 994e1b5ee85422331fea5c5f91e8faac847ff242 Mon Sep 17 00:00:00 2001 From: kridai Date: Tue, 11 Aug 2026 16:21:22 +0530 Subject: [PATCH 1/2] Update Python version matrix in deploy.yml Removed Python version 3.8 and 3.9 from the matrix. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7d0fb8620..9c168a8df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: From 92e69a4fa1c18009a176d4e0fd3f6beec4ec0833 Mon Sep 17 00:00:00 2001 From: kridai Date: Tue, 11 Aug 2026 16:24:33 +0530 Subject: [PATCH 2/2] Update supported Python versions in README Removed support for Python versions 3.7, 3.8, and 3.9. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 7fcce1348..6c25c0a81 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,6 @@ The Python library documentation can be found [here][libdocs]. This library supports the following Python implementations: -- Python 3.7 -- Python 3.8 -- Python 3.9 - Python 3.10 - Python 3.11 - Python 3.12