Skip to content

Commit db132f1

Browse files
authored
Merge pull request #235 from lzaoral/ci-python3.12
ci: add Python 3.12 jobs
2 parents 4950060 + 999e0d2 commit db132f1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
py39-django4,
4040
py310-django4,
4141
py311-django4,
42+
py312-django4,
4243
py39-bandit,
4344
]
4445

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# Don't forget to update GA config when changing this
3-
envlist = {py36, py38, py39, py310, py311}-{django2, django3}, {py38, py39, py310, py311}-django4, py39-bandit
3+
envlist = {py36, py38, py39, py310, py311}-{django2, django3}, {py38, py39, py310, py311, py312}-django4, py39-bandit
44
skip_missing_interpreters = True
55

66
[testenv]
@@ -10,7 +10,7 @@ deps =
1010
-rtest-requirements.txt
1111
django2: Django~=2.2.0 # Django 2 LTS (EOL 4/2022)
1212
django3: Django~=3.2.0 # Django 3 LTS (EOL 4/2024)
13-
django4: Django~=4.2.0
13+
django4: Django~=4.2.0 # Django 4 LTS (EOL 4/2026)
1414
# for testing with python-rpm
1515
sitepackages = True
1616

0 commit comments

Comments
 (0)