mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-21 17:16:47 +03:00
added python 3.12 to CI (#9157)
* added python 3.12 to CI * Update tox.ini * Update tox.ini * Update tox.ini
This commit is contained in:
parent
2ef77b1833
commit
336e7addb6
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
|||
- '3.9'
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
5
tox.ini
5
tox.ini
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -57,3 +59,6 @@ ignore_outcome = true
|
|||
|
||||
[testenv:py311-djangomain]
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py312-djangomain]
|
||||
ignore_outcome = true
|
||||
|
|
Loading…
Reference in New Issue
Block a user