Skip to content

Commit 97196bf

Browse files
okkenflub
authored andcommitted
test Python 3.12
1 parent 9a024f5 commit 97196bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
tox_env: "py310"
2222
- v: "3.11"
2323
tox_env: "py311"
24+
- v: "3.12"
25+
tox_env: "py312"
2426
os: [ubuntu-latest, windows-latest]
2527
steps:
2628
- name: Set Git to use LF

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ minversion = 7.0
33
addopts = -ra
44

55
[tox]
6-
envlist = py37,py38,py39,py310,py311,pypy3
6+
envlist = py37,py38,py39,py310,py311,py312,pypy3
77

88
[testenv]
99
deps = pytest

0 commit comments

Comments
 (0)