Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnebro committed Jun 21, 2024
1 parent 20523aa commit c7c5acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
py: [ 3.9, 3.10, 3.11 ]
py: [ 3.9 ]
steps:
- uses: actions/checkout@v4
- name: Install Python ${{ matrix.py }}
Expand Down

0 comments on commit c7c5acc

Please sign in to comment.