Skip to content

Commit

Permalink
Merge pull request #1708 from hugovk/test-3.11
Browse files Browse the repository at this point in the history
Add support for Python 3.11 final
  • Loading branch information
webknjaz committed Oct 26, 2022
2 parents d805f59 + 2160707 commit 1fb2e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Expand Up @@ -42,6 +42,7 @@ jobs:
- Windows
- macOS
python-version:
- "3.11"
- "3.10"
- "3.9"
- "3.8"
Expand All @@ -50,9 +51,6 @@ jobs:
- "latest"
- "previous"
include:
- os: Ubuntu
python-version: 3.11-dev
pip-version: latest
- os: Ubuntu
python-version: 3.7
pip-version: main
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: System :: Systems Administration
Expand Down

0 comments on commit 1fb2e69

Please sign in to comment.