Skip to content

Commit

Permalink
change python requires
Browse files Browse the repository at this point in the history
  • Loading branch information
joelee2012 committed Oct 31, 2023
1 parent 5aa93b3 commit e0c1d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
author_email=about['__author_email__'],
packages=['api4jenkins'],
package_data={'': ['LICENSE']},
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=requires,
license=about['__license__'],
keywords=["RESTAPI", "Jenkins"],
Expand Down

0 comments on commit e0c1d81

Please sign in to comment.