Skip to content

Commit

Permalink
Remove python3.7 from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IlkaCu authored Feb 14, 2024
1 parent d102c1b commit 5e061fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def read(*names, **kwargs):
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
# uncomment if you test on these interpreters:
Expand All @@ -79,7 +78,7 @@ def read(*names, **kwargs):
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
],
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
# eg: 'aspectlib==1.1.1', 'six>=1.7',
"apache-airflow>=1.10.14,<2.0", # See accompanying commit message
Expand Down

0 comments on commit 5e061fc

Please sign in to comment.