Skip to content

Commit 5a4df22

Browse files
Add python 3.12 in the CI
1 parent 89b7034 commit 5a4df22

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- '3.9'
2525
- '3.10'
2626
- '3.11'
27-
# - '3.12' # FixMe: https://github.com/pylint-dev/pylint-pytest/issues/3
27+
- '3.12'
2828

2929
defaults:
3030
run:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"Programming Language :: Python :: 3.9",
4444
"Programming Language :: Python :: 3.10",
4545
"Programming Language :: Python :: 3.11",
46+
"Programming Language :: Python :: 3.12",
4647
"Programming Language :: Python :: Implementation :: CPython",
4748
"Operating System :: OS Independent",
4849
"License :: OSI Approved :: MIT License",

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
2+
envlist = py38,py39,py310,py311,py312
33
skipsdist = True
44
passenv =
55
FORCE_COLOR

0 commit comments

Comments
 (0)