change to <13 instead of <=12

This commit is contained in:
Brandon Hancock
2024-12-17 16:00:15 -05:00
parent bf459bf983
commit ee239b1c06
10 changed files with 13 additions and 12 deletions

5
uv.lock generated
View File

@@ -1,9 +1,10 @@
version = 1
requires-python = ">=3.10, <=3.12"
requires-python = ">=3.10, <3.13"
resolution-markers = [
"python_full_version < '3.11'",
"python_full_version == '3.11.*'",
"python_full_version >= '3.12'",
"python_full_version >= '3.12' and python_full_version < '3.12.4'",
"python_full_version >= '3.12.4'",
]
[[package]]