Skip to content

Commit

Permalink
Support 3.12 (danielgatis#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhobi7 authored Feb 24, 2024
1 parent 0fa7851 commit bd52827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@
"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,
Expand Down

0 comments on commit bd52827

Please sign in to comment.