aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-10-13 09:37:10 -0700
committerCody Logan <cody@lokken.dev>2023-10-13 09:37:10 -0700
commit5dc9b79bd68d2f7cf0dcf1adfaffd8e07b27c6ba (patch)
tree00df867e932aa52fbdb0feee27054f00dfb8778a /pyproject.toml
parent878d4174248711906cfaf4e7bf10c0bf83af85f3 (diff)
downloadwikiget-5dc9b79bd68d2f7cf0dcf1adfaffd8e07b27c6ba.tar.gz
wikiget-5dc9b79bd68d2f7cf0dcf1adfaffd8e07b27c6ba.zip
Add Python 3.12 to matrix
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e8c63d5..06e9503 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -87,7 +87,7 @@ cov = [
]
[[tool.hatch.envs.all.matrix]]
-python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
+python = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
[tool.hatch.envs.lint]
detached = true