Changed the 'pyproject.toml' to require Python3 up to 3.12. eric7

Thu, 31 Aug 2023 14:51:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 31 Aug 2023 14:51:37 +0200
branch
eric7
changeset 10178
d13545cfafa1
parent 10177
27a6e35c64ed
child 10179
c2125fcab4b8

Changed the 'pyproject.toml' to require Python3 up to 3.12.

pyproject.toml file | annotate | diff | comparison | revisions
--- a/pyproject.toml	Thu Aug 31 14:49:37 2023 +0200
+++ b/pyproject.toml	Thu Aug 31 14:51:37 2023 +0200
@@ -54,7 +54,7 @@
     "IDE",
     "Python3", 
 ]
-requires-python = ">=3.8, <3.12"
+requires-python = ">=3.8, <3.13"
 dependencies = [
     "pip>=21.1",
     "wheel",

eric ide

mercurial