|
@@ -76,14 +76,13 @@ setup(
|
|
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
|
"Programming Language :: Python",
|
|
|
"Programming Language :: Python :: 3 :: Only",
|
|
|
- "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",
|
|
|
+ "Programming Language :: Python :: 3.13",
|
|
|
],
|
|
|
keywords="remove, background, u2net",
|
|
|
- python_requires=">=3.8, <3.13",
|
|
|
+ python_requires=">=3.10, <3.14",
|
|
|
packages=find_packages(),
|
|
|
install_requires=install_requires,
|
|
|
entry_points=entry_points,
|