mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Test Python 3.12-dev
This commit is contained in:
parent
e1b83d8265
commit
309f1d8080
2 changed files with 4 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
5
tox.ini
5
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue