add py12 to test matrix

This commit is contained in:
onyx-and-iris 2024-02-21 14:15:40 +00:00
parent 9402f2e472
commit 7614cdfe4a

View File

@ -51,4 +51,4 @@ dependencies = [
run = 'pytest -v' run = 'pytest -v'
[[tool.hatch.envs.test.matrix]] [[tool.hatch.envs.test.matrix]]
python = ["39", "310", "311"] python = ["39", "310", "311", "312"]