Skip to content

Commit 22782b7

Browse files
authored
fix: update python constraint to allow 3.13.x (#823)
Signed-off-by: Rui Chen <[email protected]>
1 parent 048abdb commit 22782b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "vunnel"
33
dynamic = ["version"]
4-
requires-python = "<=3.13,>=3.11"
4+
requires-python = "<3.14,>=3.11"
55
authors = [
66
{name = "Alex Goodman", email = "[email protected]"},
77
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)