Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported Python versions #22

Closed
brettatoms opened this issue Jun 12, 2015 · 5 comments
Closed

Supported Python versions #22

brettatoms opened this issue Jun 12, 2015 · 5 comments

Comments

@brettatoms
Copy link

What are the supported Python versions? Are there plans to support Python 3?

@mistercrunch
Copy link
Member

2.7.* for now, we'll support 3 when our dependencies do, there are many important ones that don't at the moment

@mistercrunch
Copy link
Member

Added a note in the docs:
62ad66e

@brettatoms
Copy link
Author

For reference it looks like the main blockers are thrift and snakebite.

@mistercrunch
Copy link
Member

https://caniusepython3.com/project/airflow

dill (which is blocking airflow)
flask-admin (which is blocking airflow)
flask-bootstrap (which is blocking airflow)
flask-login (which is blocking airflow)
hive-thrift-py (which is blocking airflow)
librabbitmq (which is blocking airflow)
mysql-python (which is blocking airflow)
protobuf (which is blocking snakebite, which is blocking airflow)
pyhive (which is blocking airflow)
pysmbclient (which is blocking airflow)
sphinx-argparse (which is blocking airflow)
sphinx-pypi-upload (which is blocking airflow)
thrift (which is blocking airflow)

@brettatoms
Copy link
Author

Yeah, that is painful but FWIW I think this list might be a little misleading since some of those packages support Python 3 but they just don't have their supported versions defined in their setup.py.

mobuchowski pushed a commit to mobuchowski/airflow that referenced this issue Jan 4, 2022
mobuchowski pushed a commit to mobuchowski/airflow that referenced this issue Jan 4, 2022
* rename RunEvent and improve doc
Signed-off-by: Julien Le Dem <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants