소스 검색

Support 3.12 (#592)

Muhamed Hobi 1 년 전
부모
커밋
bd52827288
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -80,9 +80,10 @@ setup(
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",
+        "Programming Language :: Python :: 3.12",
     ],
     keywords="remove, background, u2net",
-    python_requires=">=3.8, <3.12",
+    python_requires=">=3.8, <3.13",
     packages=find_packages(),
     install_requires=install_requires,
     entry_points=entry_points,