Skip to content

Commit ecb574a

Browse files
committed
Add python 3.13 support.
1 parent 3a9a9ee commit ecb574a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "toolviper"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = ""
55
authors = [
66
{name = "Joshua Hoskins", email="[email protected]"},
77
{name = "Jan Willem-Steeb", email="[email protected]"}
88
]
99
license = {file = "LICENSE"}
1010
readme = "README.md"
11-
requires-python = ">= 3.9, < 3.13"
11+
requires-python = ">= 3.9, < 3.14"
1212

1313
dependencies = [
1414
'cerberus',

0 commit comments

Comments
 (0)