Skip to content

Commit

Permalink
feat: Add Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Laerte committed Dec 13, 2023
1 parent f3c6e09 commit 80a20b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- python-version: "3.11"
env:
TOXENV: py
- python-version: "3.12"
env:
TOXENV: py

# PyPy
- python-version: pypy3.8
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries :: Python Modules
Expand Down

0 comments on commit 80a20b1

Please sign in to comment.