Skip to content

Commit

Permalink
Update airflow-operator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masipauskas authored Jan 16, 2025
1 parent c6b0749 commit 8258f41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/airflow-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,14 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python: [ '3.10', '3.11', '3.12', '3.13' ]
python: [ '3.10', '3.11', '3.12' ]
include:
- tox-env: 'py310'
python: '3.10'
- tox-env: 'py311'
python: '3.11'
- tox-env: 'py312'
python: '3.12'
- tox-env: 'py313'
python: '3.13'
steps:
- uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit 8258f41

Please sign in to comment.