Skip to content

Commit

Permalink
added python 3.12 to CI (#9157)
Browse files Browse the repository at this point in the history
* added python 3.12 to CI

* Update tox.ini

* Update tox.ini

* Update tox.ini
  • Loading branch information
auvipy authored Feb 20, 2024
1 parent 2ef77b1 commit 336e7ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
{py36,py37,py38,py39,py310}-django32
{py38,py39,py310}-{django40,django41,django42,djangomain}
{py311}-{django41,django42,djangomain}
{py312}-{django42,djangomain}
base
dist
docs
Expand All @@ -25,6 +26,7 @@ deps =
djangomain: https://github.com/django/django/archive/main.tar.gz
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt
setuptools

[testenv:base]
; Ensure optional dependencies are not required
Expand Down Expand Up @@ -57,3 +59,6 @@ ignore_outcome = true

[testenv:py311-djangomain]
ignore_outcome = true

[testenv:py312-djangomain]
ignore_outcome = true

0 comments on commit 336e7ad

Please sign in to comment.