Skip to content

Commit

Permalink
Add tests for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 23, 2024
1 parent 83478a3 commit 7ea3a41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.10', '3.11']
python: ['3.10', '3.11', '3.12']
django: ['3.2', '4.2']
exclude:
- python: '3.11'
- python: ['3.11', '3.12']
django: '3.2'

name: Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }}
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{310,311}-django{32,42}
py311-django42
py310-django{32,42}
py{311,312}-django42
isort
black
flake8
Expand All @@ -12,6 +12,7 @@ skip_missing_interpreters = true
python =
3.10: py310
3.11: py311
3.12: py312

[gh-actions:env]
DJANGO =
Expand Down

0 comments on commit 7ea3a41

Please sign in to comment.