Skip to content

Commit

Permalink
Add Python 3.12 to test matrix and add classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Oct 25, 2023
1 parent 24efeb5 commit c71ba93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9']

services:
rabbitmq:
Expand Down
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
Change history
================

Next
====
- Formally support Python 3.11.

.. _version-2.5.0:

2.5.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def _pyimp():
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
Framework :: Django
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python =
3.9: py39, flake8, pydocstyle, cov
3.10: py310
3.11: py311
3.12: py312
pypy-3.9: pypy3

[gh-actions:env]
Expand All @@ -18,6 +19,7 @@ envlist =
py39-django{32,41,42}
py310-django{32,41,42}
py311-django{41,42}
py312-django{41,42}
pypy3-django{32,41,42}
flake8
apicheck
Expand Down

0 comments on commit c71ba93

Please sign in to comment.