Skip to content

Commit

Permalink
Add tested support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Sep 11, 2023
1 parent 3086159 commit 14fa062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- 3.12-dev
- pypy-3.9
include:
- os: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 14fa062

Please sign in to comment.