Skip to content

Commit

Permalink
Test Python 3.12-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 12, 2022
1 parent 3ec8663 commit 06986a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -12,6 +12,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
deps =
Expand Down

0 comments on commit 06986a6

Please sign in to comment.