mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-19 18:52:29 +03:00
Merge 6d87deb8e7
into 2001878298
This commit is contained in:
commit
34994b82ed
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
- '3.14'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
@ -26,6 +27,7 @@ jobs:
|
|||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
allow-prereleases: true
|
||||
cache: 'pip'
|
||||
cache-dependency-path: 'requirements/*.txt'
|
||||
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -5,6 +5,7 @@ envlist =
|
|||
{py311}-{django42,django51,django52}
|
||||
{py312}-{django42,django51,django52,djangomain}
|
||||
{py313}-{django51,django52,djangomain}
|
||||
{py314}-{django52,djangomain}
|
||||
base
|
||||
dist
|
||||
docs
|
||||
|
@ -50,3 +51,6 @@ ignore_outcome = true
|
|||
|
||||
[testenv:py313-djangomain]
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py314-djangomain]
|
||||
ignore_outcome = true
|
||||
|
|
Loading…
Reference in New Issue
Block a user