-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
[FIX] remove python 3.6 #23409
[FIX] remove python 3.6 #23409
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are more references:
pip install "apache-airflow[celery]==|version|" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-|version|/constraints-3.6.txt" |
better to search also for pattern: constraints-|version|/constraints-3.6.txt
I'm marking this PR with 2.3.1 milestone as our install guide refer to a broken file so we need to fix this in next release
https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#installation-from-pypi
37b5274
to
e8c5925
Compare
I rebaseed it @raphaelauv - there was a fix for Build Docs merged and build docs was hanging for your build, I think the rebase should help |
We can fix the docs before releasing 2.3.1 too by fixing it in https://github.com/apache/airflow-site/ manually by replacing the 3.6 reference |
Speaking o which @kaxil apache/airflow-site#589 :) |
(cherry picked from commit af54630)
(cherry picked from commit af54630)
closes: #23403