Skip to content

Commit

Permalink
Remove Python 3.12 limitation in order to test Python 3.12 builds (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored and abhishekbhakat committed Mar 5, 2024
1 parent 12c7d1f commit e1265bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ project_urls =
[options]
zip_safe = False
include_package_data = True
# Mainly because of distutils deprecation and some packages not being compatible with it, we should
# Limit airflow to < 3.12 until those dependencies are ready and until we can support Python 3.12
python_requires = ~=3.8,<3.12
python_requires = ~=3.8
packages = find:
setup_requires =
gitpython
Expand Down

0 comments on commit e1265bf

Please sign in to comment.