Skip to content

Commit 3be9b5f

Browse files
committed
Add py312 and py313 to github/tox test config
1 parent 1867e6f commit 3be9b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
pytests:
77
strategy:
88
matrix:
9-
python-version: ["3.8", "3.9", "3.10", "3.11"]
9+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1010
fail-fast: false
1111
runs-on: ubuntu-latest
1212
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38, py39, py310, py311, analysis
2+
envlist = py38, py39, py310, py311, py312, py313, analysis
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)