added python 3.12 to CI

This commit is contained in:
Asif Saif Uddin 2023-11-05 11:25:30 +06:00
parent f56b85b7dd
commit 30c61d74ce
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- '3.9' - '3.9'
- '3.10' - '3.10'
- '3.11' - '3.11'
- '3.12'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -5,6 +5,7 @@ envlist =
{py36,py37,py38,py39,py310}-django32 {py36,py37,py38,py39,py310}-django32
{py38,py39,py310}-{django40,django41,django42,djangomain} {py38,py39,py310}-{django40,django41,django42,djangomain}
{py311}-{django41,django42,djangomain} {py311}-{django41,django42,djangomain}
{py312}-{django42,djangomain}
base base
dist dist
docs docs
@ -57,3 +58,6 @@ ignore_outcome = true
[testenv:py311-djangomain] [testenv:py311-djangomain]
ignore_outcome = true ignore_outcome = true
[testenv:py312-djangomain]
ignore_outcome = true