Pārlūkot izejas kodu

Merge pull request #784 from homm/patch-1

Daniel Gatis 1 nedēļu atpakaļ
vecāks
revīzija
bdb9feaae2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,