Skip to content

Commit

Permalink
Only build CDK with supported python versions (airbytehq#12019)
Browse files Browse the repository at this point in the history
* Only build CDK with supported python version

* also build 3.10

* use quotes

* back to only 3.9
  • Loading branch information
pedroslopez authored Apr 14, 2022
1 parent f108ea3 commit fbaf83e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-cdk-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# 3.7.1 - is a minimal of 3.7.X version supported by github actions
python-version: [3.7.1, 3.7, 3.8, 3.9]
python-version: ["3.9"]
steps:
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit fbaf83e

Please sign in to comment.