Skip to content

Commit 65d10c3

Browse files
committed
Update Python version requirement to support up to 3.15
1 parent 71b5052 commit 65d10c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [
1313
]
1414
description = "Python wrapper for the libcosim library"
1515
readme = "README.md"
16-
requires-python = ">=3.10, <3.14"
16+
requires-python = ">=3.10, <3.15"
1717
classifiers = [
1818
"Programming Language :: Python :: 3 :: Only",
1919
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)