Skip to content

Commit

Permalink
Support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Oct 20, 2023
1 parent 76e6f9b commit 7566034
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- py39
- py310
- py311
- py312
include:
- platform: Linux
os: ubuntu-latest
Expand All @@ -30,6 +31,8 @@ jobs:
python-version: '3.10'
- toxenv: py311
python-version: '3.11'
- toxenv: py312
python-version: '3.12'
fail-fast: false
name: tox -e ${{ matrix.toxenv }} on ${{ matrix.platform }}
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Version 0.3
* Drop Python 3.6 support.
* Support Python 3.11.
* Drop Python 3.7 support.
* Support Python 3.12.


Version 0.2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: WSGI
Topic :: Software Development :: Libraries :: Application Frameworks
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.3
envlist = py38, py39, py310, py311
envlist = py38, py39, py310, py311, py312
isolated_build = True

[testenv]
Expand Down

0 comments on commit 7566034

Please sign in to comment.