Browse Source

Merge pull request #784 from homm/patch-1

Daniel Gatis 1 week ago
parent
commit
bdb9feaae2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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