Skip to content

Commit

Permalink
Use Amazon RC for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Feb 12, 2024
1 parent 10a3c8f commit 35f1b4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ zip_safe = false

[options.extras_require]
amazon =
apache-airflow-providers-amazon>=8.17.0
# Update version when the below RC is released
apache-airflow-providers-amazon>=8.18.0rc1
aiobotocore>=2.1.1
apache.hive =
apache-airflow-providers-apache-hive>=6.1.5
Expand Down Expand Up @@ -118,7 +119,8 @@ mypy =
# All extras from above except 'mypy', 'docs' and 'tests'
all =
aiobotocore>=2.1.1
apache-airflow-providers-amazon>=8.17.0
# Update version when the below RC is released
apache-airflow-providers-amazon>=8.18.0rc1
apache-airflow-providers-apache-hive>=6.1.5
apache-airflow-providers-apache-livy>=3.7.1
apache-airflow-providers-cncf-kubernetes>=4
Expand Down

0 comments on commit 35f1b4c

Please sign in to comment.