1
0
jrobinAV 1 жил өмнө
parent
commit
c6128b8bd0

+ 2 - 0
taipy/config/setup.py

@@ -44,6 +44,8 @@ setup(
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
+        "Programming Language :: Python :: 3.11",
+        "Programming Language :: Python :: 3.12",
     ],
     description="A Taipy package dedicated to easily configure a Taipy application.",
     install_requires=requirements,

+ 2 - 0
tools/packages/taipy-config/setup.py

@@ -44,6 +44,8 @@ setup(
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
+        "Programming Language :: Python :: 3.11",
+        "Programming Language :: Python :: 3.12",
     ],
     description="A Taipy package dedicated to easily configure a Taipy application.",
     install_requires=requirements,