Skip to content

Commit

Permalink
chore: update Django/Python test matrix and add classifier for py3.12 (
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrdcm committed May 23, 2024
1 parent b63aac1 commit ad3b898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version {3.8}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
python-version {3.9}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
python-version {3.10}, django-version {3.2,4.0,4.1,4.2,5.0}
python-version {3.11}, django-version {3.2,4.0,4.1,4.2,5.0}
python-version {3.11}, django-version {4.0,4.1,4.2,5.0}
python-version {3.12}, django-version {4.2, 5.0}
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 @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit ad3b898

Please sign in to comment.