Skip to content

Commit 2eb4f9c

Browse files
radarhereflub
authored andcommitted
Added Python 3.11
1 parent cc9cce7 commit 2eb4f9c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-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: "py39"
2222
- v: "3.10"
2323
tox_env: "py310"
24+
- v: "3.11"
25+
tox_env: "py311"
2426
os: [ubuntu-latest, windows-latest]
2527
steps:
2628
- name: Set Git to use LF

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"Programming Language :: Python :: 3.8",
3737
"Programming Language :: Python :: 3.9",
3838
"Programming Language :: Python :: 3.10",
39+
"Programming Language :: Python :: 3.11",
3940
"Topic :: Software Development :: Testing",
4041
"Framework :: Pytest",
4142
],

tox.ini

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

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

88
[testenv]
99
deps = pytest

0 commit comments

Comments
 (0)