Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3a0e7 commit 5a7b5beCopy full SHA for 5a7b5be
pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
13
"clr_loader>=0.2.6,<0.3.0"
14
]
15
16
-requires-python = ">=3.7, <3.13"
+requires-python = ">=3.7, <3.14"
17
18
classifiers = [
19
"Development Status :: 5 - Production/Stable",
@@ -27,6 +27,7 @@ classifiers = [
27
"Programming Language :: Python :: 3.10",
28
"Programming Language :: Python :: 3.11",
29
"Programming Language :: Python :: 3.12",
30
+ "Programming Language :: Python :: 3.13",
31
"Operating System :: Microsoft :: Windows",
32
"Operating System :: POSIX :: Linux",
33
"Operating System :: MacOS :: MacOS X",
0 commit comments