Skip to content

Commit 3ab8709

Browse files
committed
Update Python versions in "pytest" workflow
- Add Python 3.14. - Drop Python 3.13.
1 parent 52f7741 commit 3ab8709

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pytest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- ubuntu-latest
2323
- windows-latest
2424
python-version:
25-
- "3.9" # Earliest supported version
26-
- "3.10"
25+
- "3.10" # Earliest supported version
2726
- "3.11"
2827
- "3.12"
29-
- "3.13" # Latest supported version
28+
- "3.13"
29+
- "3.14" # Latest supported version
3030
# commented: only enable once next Python version enters RC
31-
# - "3.14.0-rc.1" # Development version
31+
# - "3.15.0-rc.1" # Development version
3232

3333
fail-fast: false
3434

0 commit comments

Comments
 (0)