Skip to content

Commit 30c61d7

Browse files
committed
added python 3.12 to CI
1 parent f56b85b commit 30c61d7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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: 4 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
@@ -57,3 +58,6 @@ ignore_outcome = true
5758

5859
[testenv:py311-djangomain]
5960
ignore_outcome = true
61+
62+
[testenv:py312-djangomain]
63+
ignore_outcome = true

0 commit comments

Comments
 (0)