This commit is contained in:
Christian Clauss 2025-09-19 12:50:13 +02:00 committed by GitHub
commit 34994b82ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
- '3.11' - '3.11'
- '3.12' - '3.12'
- '3.13' - '3.13'
- '3.14'
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
@ -26,6 +27,7 @@ jobs:
- uses: actions/setup-python@v6 - uses: actions/setup-python@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: 'pip' cache: 'pip'
cache-dependency-path: 'requirements/*.txt' cache-dependency-path: 'requirements/*.txt'

View File

@ -5,6 +5,7 @@ envlist =
{py311}-{django42,django51,django52} {py311}-{django42,django51,django52}
{py312}-{django42,django51,django52,djangomain} {py312}-{django42,django51,django52,djangomain}
{py313}-{django51,django52,djangomain} {py313}-{django51,django52,djangomain}
{py314}-{django52,djangomain}
base base
dist dist
docs docs
@ -50,3 +51,6 @@ ignore_outcome = true
[testenv:py313-djangomain] [testenv:py313-djangomain]
ignore_outcome = true ignore_outcome = true
[testenv:py314-djangomain]
ignore_outcome = true