Skip to content

Commit

Permalink
Adjust supported Python releases
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 27, 2024
1 parent 0fb532a commit 1b1066f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"urllib3",
],
packages=find_packages(),
python_requires=">=3.9",
python_requires=">=3.11",
zip_safe=True,
classifiers=[
"Development Status :: 3 - Alpha",
Expand All @@ -35,9 +35,8 @@
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Utilities",
],
)

0 comments on commit 1b1066f

Please sign in to comment.