浏览代码

forgotten files

jrobinAV 1 年之前
父节点
当前提交
c6128b8bd0
共有 2 个文件被更改,包括 4 次插入0 次删除
  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,