Skip to content

Commit

Permalink
Add Python 3.12 to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Nov 24, 2023
1 parent 1c1945c commit 55be190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python-version {3.9}, django-version {3.0, 3.1, 3.2, 4.0, 4.1, 4.2}, database {sqlite, postgres}
python-version {3.10}, django-version {3.2, 4.0, 4.1, 4.2}, database {sqlite, postgres}
python-version {3.11}, django-version {4.1, 4.2}, database {sqlite, postgres}
python-version {3.12}, django-version {4.2}, database {sqlite, postgres}
outputs:
matrix: ${{ steps.create_matrix.outputs.matrix }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Build Tools",
]
dependencies = [
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ envlist =
py39-{dj30,dj31,dj32,dj40,dj41,dj42}-{sqlite,postgres},
py310-{dj32,dj40,dj41,dj42}-{sqlite,postgres},
py311-{dj41,dj42}-{sqlite,postgres},
py312-{dj42}-{sqlite,postgres},

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
passenv = CI,GITHUB_WORKFLOW
Expand Down

0 comments on commit 55be190

Please sign in to comment.