Skip to content

Commit

Permalink
Add support for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jul 27, 2022
1 parent 21fb7cf commit 4b6e371
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tox.yml
Expand Up @@ -57,6 +57,10 @@ jobs:
python: "3.10"
os: ubuntu-latest
tox_env: py310
- name: py311
python: "~3.11.0-0" # see https://github.com/actions/setup-python/issues/213#issuecomment-1146676713
os: ubuntu-latest
tox_env: py311

- name: "lint"
python: "3.7"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -34,6 +34,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: System :: Systems Administration
Topic :: Utilities
keywords =
Expand Down

0 comments on commit 4b6e371

Please sign in to comment.