notatallshaw commented on code in PR #36537:
URL: https://github.com/apache/airflow/pull/36537#discussion_r1442095854


##########
.github/workflows/ci.yml:
##########
@@ -881,8 +881,9 @@ jobs:
           path: old-airflow
       - name: "Prepare airflow package: wheel"
         run: |
-          pip install pip==23.3.2 wheel==0.36.2 gitpython==3.1.40
-          python setup.py egg_info --tag-build ".dev0" bdist_wheel -d ../dist
+          pip install pip==23.3.2 hatch==1.9.1

Review Comment:
   Pip does explictly introduce breaking changes, e.g. when 
https://github.com/pypa/pip/pull/12300 very old versions of `apache-airflow` 
will not be installable. So I agree, applications should generally pin their 
Pip version.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to