Skip to content

Commit f291f16

Browse files
committed
Continuous Integration: python-version: ["3.9", "3.11", "3.13"]
Test on current versions of Python. * https://devguide.python.org/versions
1 parent 1938ce8 commit f291f16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/continuous_integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: ["3.9", "3.10", "3.11"]
29+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3030

3131
steps:
3232
- uses: actions/checkout@v4

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ python =
66
3.9: py39
77
3.10: py310
88
3.11: py311
9+
3.12: py312
10+
3.13: py313
911

1012
[testenv]
1113
deps =

0 commit comments

Comments
 (0)