瀏覽代碼

Merge pull request #784 from homm/patch-1

Daniel Gatis 1 周之前
父節點
當前提交
bdb9feaae2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -83,7 +83,7 @@ setup(
         "Programming Language :: Python :: 3.13",
         "Programming Language :: Python :: 3.13",
     ],
     ],
     keywords="remove, background, u2net",
     keywords="remove, background, u2net",
-    python_requires=">=3.10, <3.14",
+    python_requires=">=3.10",
     packages=find_packages(),
     packages=find_packages(),
     install_requires=install_requires,
     install_requires=install_requires,
     entry_points=entry_points,
     entry_points=entry_points,