Skip to content

Commit

Permalink
updating python versions in pip build
Browse files Browse the repository at this point in the history
  • Loading branch information
gbomarito committed Sep 24, 2024
1 parent e2709bf commit 9b8b281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ def build_extension(self, ext):
],
python_requires="~=3.4",
classifiers=[
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Development Status :: 3 - Alpha",
],
Expand Down

0 comments on commit 9b8b281

Please sign in to comment.