Add python12 to test matrix

Still testing against 3.7, even though it's EOL
This commit is contained in:
IamTheFij 2024-05-14 14:00:00 -07:00
parent 7a5bed0454
commit ec401c7d6a
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ PYTHON_VERSIONS = [
"3.9",
"3.10",
"3.11",
"3.12",
"latest",
]

View File

@ -53,7 +53,7 @@ run = [
]
[[tool.hatch.envs.test.matrix]]
python = ["3", "3.7", "3.8", "3.9", "3.10", "3.11"]
python = ["3", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
[tool.hatch.envs.lint]
detached = true