Add python12 to test matrix
Still testing against 3.7, even though it's EOL
This commit is contained in:
parent
7a5bed0454
commit
ec401c7d6a
@ -6,6 +6,7 @@ PYTHON_VERSIONS = [
|
|||||||
"3.9",
|
"3.9",
|
||||||
"3.10",
|
"3.10",
|
||||||
"3.11",
|
"3.11",
|
||||||
|
"3.12",
|
||||||
"latest",
|
"latest",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ run = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[tool.hatch.envs.test.matrix]]
|
[[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]
|
[tool.hatch.envs.lint]
|
||||||
detached = true
|
detached = true
|
||||||
|
Loading…
Reference in New Issue
Block a user