Skip to content

Commit 28d851f

Browse files
committed
Add py3.12 to Github actions and tox config
1 parent 9a2d992 commit 28d851f

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"]
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, analysis
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)