Test Python 3.12-dev

This commit is contained in:
Hugo van Kemenade 2022-12-12 21:21:30 +02:00
parent e1b83d8265
commit 309f1d8080
2 changed files with 4 additions and 3 deletions

View file

@ -12,7 +12,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']
services:
postgres:

View file

@ -1,7 +1,7 @@
[tox]
envlist =
py{37,38,39,310,311}-dj32
py{38,39,310,311}-dj{40,41,main}
py{37,38,39,310,311,312}-dj32
py{38,39,310,311,312}-dj{40,41,main}
flake8
isort
@ -12,6 +12,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
[testenv]
deps =