Skip to content

Commit

Permalink
Add Python 3.12 to CI (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 11, 2023
1 parent 2d0161f commit a02aaa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
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 a02aaa9

Please sign in to comment.