Skip to content

Commit

Permalink
Update Python version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa committed Sep 30, 2024
1 parent fe10c27 commit f3b2f2a
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 @@ -152,7 +152,7 @@ def main():
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
Expand Down Expand Up @@ -194,7 +194,7 @@ def main():
],
},
zip_safe=False,
python_requires='>=3.8',
python_requires='>=3.9',
setup_requires=[
'wheel',
'setuptools_scm',
Expand Down

0 comments on commit f3b2f2a

Please sign in to comment.