Skip to content

Commit

Permalink
stop using python3.8 in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jan 7, 2025
1 parent 8810042 commit ee37c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8']
python-version: ['3.10']
node-version: ['14']
e2e: ['a', 'b']
env:
Expand Down

0 comments on commit ee37c70

Please sign in to comment.