Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Officially support Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Mar 24, 2023
1 parent f30c4ab commit 6400dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
tox_env:
- pytest62
- pytest70
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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 :: 3 :: Only
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Expand Down

0 comments on commit 6400dae

Please sign in to comment.