Skip to content

Commit a7c1450

Browse files
authored
Update Python version matrix in deploy.yml (#953)
* Update Python version matrix in deploy.yml Removed Python version 3.8 and 3.9 from the matrix. * Update supported Python versions in README Removed support for Python versions 3.7, 3.8, and 3.9.
1 parent eba3466 commit a7c1450

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
32+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3333
steps:
3434
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3535
with:

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ The Python library documentation can be found [here][libdocs].
1919

2020
This library supports the following Python implementations:
2121

22-
- Python 3.7
23-
- Python 3.8
24-
- Python 3.9
2522
- Python 3.10
2623
- Python 3.11
2724
- Python 3.12

0 commit comments

Comments
 (0)