Skip to content

Commit f9a647c

Browse files
committed
Update tested python versions.
Removed 3.8 which reached EOL and ignored 3.9 which reaches it soon. https://devguide.python.org/versions/
1 parent f882d7b commit f9a647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: ["ubuntu-latest"]
35-
python-version: ["3.8", "3.13"]
35+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3636

3737
env:
3838
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)