Skip to content

Commit 096cb8e

Browse files
committed
Add support for py312
1 parent 62f46a7 commit 096cb8e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
- python: "3.11"
5353
env: py311-django51
5454

55-
- python: "3.9"
56-
env: py39-django52
5755
- python: "3.10"
5856
env: py310-django52
5957
- python: "3.11"
6058
env: py311-django52
59+
- python: "3.12"
60+
env: py312-django52
6161

6262
steps:
6363
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ classifiers =
4747
Programming Language :: Python :: 3.9
4848
Programming Language :: Python :: 3.10
4949
Programming Language :: Python :: 3.11
50+
Programming Language :: Python :: 3.12
5051
License :: OSI Approved :: MIT License
5152

5253
[options]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
py{38,39,310}-django32
55
py{38,39,310}-django40
66
py{39,310,311}-django{41,42}
7-
py{39,310,311}-django{51,52}
7+
py{310,311,312}-django{51,52}
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)