Skip to content

Commit 994e1b5

Browse files
authored
Update Python version matrix in deploy.yml
Removed Python version 3.8 and 3.9 from the matrix.
1 parent eba3466 commit 994e1b5

1 file changed

Lines changed: 1 addition & 1 deletion

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:

0 commit comments

Comments
 (0)