Skip to content

Commit f0bafb4

Browse files
committed
chore: last version update in script
1 parent e617d5e commit f0bafb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
export AIRFLOW_HOME=.
88
export DYNAMIC_DAGS_PATH=./dags/dynamic
99

10-
AIRFLOW_VERSION=3.2.2
10+
AIRFLOW_VERSION=3.3.0
1111
PYTHON_VERSION="$(python --version | cut -d " " -f 2 | cut -d "." -f 1-2)"
1212
# For example: 3.6
1313
CONSTRAINT_URL="https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt"

0 commit comments

Comments
 (0)