Skip to content

Commit

Permalink
Add Python 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 8, 2023
1 parent 12cd558 commit 7cef166
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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 :: Libraries",
"Topic :: Utilities",
]
Expand Down Expand Up @@ -85,6 +86,10 @@ python = ["3.10"]
django = ["4.1", "4.2", "main"]
python = ["3.11"]

[[tool.hatch.envs.all.matrix]]
django = ["4.2", "main"]
python = ["3.12"]

[tool.hatch.envs.all.overrides]
matrix.django.dependencies = [
{value = "django~=3.2.0", if = ["3.2"]},
Expand Down

0 comments on commit 7cef166

Please sign in to comment.