Skip to content

Commit

Permalink
chore(ci): update python version in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Aug 20, 2024
1 parent cfd8582 commit 28d7a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.x', '3.9' ]
python-version: [ '3.x', '3.11' ]
name: Test python ${{ matrix.python-version }}
steps:
- name: Checkout
Expand Down

0 comments on commit 28d7a14

Please sign in to comment.