jrobinAV před 1 rokem
rodič
revize
c6128b8bd0
2 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 2 0
      taipy/config/setup.py
  2. 2 0
      tools/packages/taipy-config/setup.py

+ 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,