Skip to content

Commit

Permalink
fix: python versions setup.py (#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Feb 15, 2024
1 parent f78b858 commit c67f204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ def desc():
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"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",
"Topic :: Software Development :: Libraries :: Python Modules",
],
python_requires="~=3.7",
Expand Down

0 comments on commit c67f204

Please sign in to comment.