Skip to content

Commit

Permalink
Added Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and flub committed Apr 21, 2023
1 parent cc9cce7 commit 2eb4f9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
tox_env: "py39"
- v: "3.10"
tox_env: "py310"
- v: "3.11"
tox_env: "py311"
os: [ubuntu-latest, windows-latest]
steps:
- name: Set Git to use LF
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Testing",
"Framework :: Pytest",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ minversion = 2.8
addopts = -ra

[tox]
envlist = py36,py37,py38,py39,py310,pypy3
envlist = py36,py37,py38,py39,py310,py311,pypy3

[testenv]
deps = pytest
Expand Down

0 comments on commit 2eb4f9c

Please sign in to comment.