Skip to content

Commit 4d71784

Browse files
committed
update tox
1 parent a2d8b8a commit 4d71784

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: [ "3.10", "3.11", "3.12"]
29+
python-version: [ "3.10", "3.11"]
3030
django-version: [ "3.2", "4.2", "5.0"]
3131
db-engine: ["pg", "mysql"]
3232
env:

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = d{32,42,50}-py{310,311}-{pg,sqlite,mysql},docs,lint,package
2+
envlist = d{32,42,50}-py{310,311,312}-{pg,sqlite,mysql},docs,lint,package
33

44

55
[pytest]
@@ -80,15 +80,15 @@ commands =
8080

8181

8282
[testenv:docs]
83-
basepython = python310
83+
basepython = python312
8484
deps =
8585
-rdocs/requirements.pip
8686
commands =
8787
mkdir -p ~build/docs
8888
pdm run sphinx-build -aE docs/ ~build/docs
8989

9090
[testenv:lint]
91-
envdir={toxworkdir}/d32-py39/
91+
envdir={toxworkdir}/d42-py312/
9292
skip_install = true
9393
commands =
9494
pip install flake8 isort

0 commit comments

Comments
 (0)