pyproject.toml

branch
eric7
changeset 10959
377ef1594e36
parent 10868
ca5cd7faaf5e
child 10998
6d7bddfde5fe
--- a/pyproject.toml	Tue Oct 08 19:27:23 2024 +0200
+++ b/pyproject.toml	Wed Oct 09 15:48:08 2024 +0200
@@ -41,6 +41,7 @@
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
+    "Programming Language :: Python :: 3.13",
     "Programming Language :: Python :: Implementation :: CPython",
     "Topic :: Internet :: WWW/HTTP :: Browsers",
     "Topic :: Software Development",
@@ -56,7 +57,7 @@
     "IDE",
     "Python3", 
 ]
-requires-python = ">=3.8, <3.13"
+requires-python = ">=3.8, <3.14"
 dependencies = [
     "pip>=21.1",
     "wheel",

eric ide

mercurial