Skip to content
Prev Previous commit
Next Next commit
Update project file
  • Loading branch information
filmor committed Dec 11, 2024
commit 5a7b5be4516bd08990e6f80211af1759d2d4d3b7
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"clr_loader>=0.2.6,<0.3.0"
]

requires-python = ">=3.7, <3.13"
requires-python = ">=3.7, <3.14"

classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
Expand Down