Skip to content

Commit

Permalink
Added python 3.12 test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathak authored and WhyNotHugo committed Nov 6, 2023
1 parent 30e05cc commit e6dccb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['3.2', '4.1', '4.2', 'main']

steps:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12-dev: py312
3.12: py312
3.13-dev: py313

[testenv:mypy]
setenv =
Expand Down

0 comments on commit e6dccb5

Please sign in to comment.