Skip to content

Commit fcd134f

Browse files
committed
chore: add python3.11 in supported versions
1 parent 53a1972 commit fcd134f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: ["3.12"]
17+
python-version: ["3.11", "3.12"]
1818
toxenv: [quality, docs, pii_check, django42, django52]
1919
steps:
2020
- uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,6 @@ def is_requirement(line):
157157
"Natural Language :: English",
158158
"Programming Language :: Python :: 3",
159159
"Programming Language :: Python :: 3.11",
160+
"Programming Language :: Python :: 3.12",
160161
],
161162
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py312-django{42,52}
2+
envlist = py{311,312}-django{42,52}
33

44
[doc8]
55
; D001 = Line too long

0 commit comments

Comments
 (0)