Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jun 4, 2024
1 parent 2c04cd6 commit 869df25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: test

on:
push: # Run on pushes to the default branch
branches: [main]
branches: [python3.12-tests]
pull_request_target: # Also run on pull requests originated from forks
branches: [main]
branches: [python3.12-tests]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -43,6 +43,10 @@ jobs:
exclude:
- python-version: "3.11"
airflow-version: "2.4"
# Apache Airflow versions prior to 2.9.0 have not been tested with Python 3.12.
# Official support for Python 3.12 and the corresponding constraints.txt are available only for Apache Airflow >= 2.9.0.
# See: https://github.com/apache/airflow/tree/2.9.0?tab=readme-ov-file#requirements
# See: https://github.com/apache/airflow/tree/2.8.4?tab=readme-ov-file#requirements
- python-version: "3.12"
airflow-version: "2.4"
- python-version: "3.12"
Expand Down

0 comments on commit 869df25

Please sign in to comment.