Skip to content

Commit 336e7ad

Browse files
authored
added python 3.12 to CI (#9157)
* added python 3.12 to CI * Update tox.ini * Update tox.ini * Update tox.ini
1 parent 2ef77b1 commit 336e7ad

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- '3.9'
2121
- '3.10'
2222
- '3.11'
23+
- '3.12'
2324

2425
steps:
2526
- uses: actions/checkout@v4

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist =
55
{py36,py37,py38,py39,py310}-django32
66
{py38,py39,py310}-{django40,django41,django42,djangomain}
77
{py311}-{django41,django42,djangomain}
8+
{py312}-{django42,djangomain}
89
base
910
dist
1011
docs
@@ -25,6 +26,7 @@ deps =
2526
djangomain: https://github.com/django/django/archive/main.tar.gz
2627
-rrequirements/requirements-testing.txt
2728
-rrequirements/requirements-optionals.txt
29+
setuptools
2830

2931
[testenv:base]
3032
; Ensure optional dependencies are not required
@@ -57,3 +59,6 @@ ignore_outcome = true
5759

5860
[testenv:py311-djangomain]
5961
ignore_outcome = true
62+
63+
[testenv:py312-djangomain]
64+
ignore_outcome = true

0 commit comments

Comments
 (0)