Skip to content

Commit

Permalink
feat(ci): update workflow to support Python 3.10 and 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
esloch committed Dec 5, 2023
1 parent 24c93b5 commit ec141a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
python-version:
- '3.9'
python-version: ["3.10", "3.11"]
concurrency:
group: 'ci-${{ github.ref }}'
cancel-in-progress: true
Expand Down

0 comments on commit ec141a9

Please sign in to comment.