Skip to content

Commit 03ad5db

Browse files
committed
allow Python 3.14 and update the version
1 parent b04338b commit 03ad5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "regfans"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
description = "Regular fans of vector configurations"
99
authors = [{ name = "Nate MacFadden" }]
1010
readme = "README.md"
@@ -21,7 +21,7 @@ dependencies = [
2121
"scipy",
2222
"triangulumancer",
2323
]
24-
requires-python = ">=3.9, <3.14"
24+
requires-python = ">=3.9"
2525

2626
[project.optional-dependencies]
2727
test = [

0 commit comments

Comments
 (0)