You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/22 05:17:38 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #27196: Move min airflow version to 2.3.0 for all providers

eladkal commented on code in PR #27196:
URL: https://github.com/apache/airflow/pull/27196#discussion_r1002353341


##########
.pre-commit-config.yaml:
##########
@@ -344,7 +344,7 @@ repos:
         # This check might be removed when min-airflow-version in providers is 2.2
       - id: check-airflow-2-2-compatibility
         name: Check that providers are 2.2 compatible.
-        entry: ./scripts/ci/pre_commit/pre_commit_check_2_2_compatibility.py
+        entry: ./scripts/ci/pre_commit/pre_commit_check_provider_airflow_compatibility.py

Review Comment:
   Need to change pre commit id and name



##########
airflow/providers/jira/provider.yaml:
##########
@@ -36,7 +36,7 @@ versions:
   - 1.0.0
 
 dependencies:
-  - apache-airflow>=2.2.0
+  - apache-airflow>=2.3.0

Review Comment:
   I opened a PR to drop this provider



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org