Skip to content

Commit

Permalink
see how 3.8, 3.9 works, then figure out why 3.10 is bringing in 3.1 i…
Browse files Browse the repository at this point in the history
…n the gh action
kevinschaper committed Oct 25, 2023
1 parent f0450b4 commit 747ec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9, 3.10 ]
python-version: [ 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}

0 comments on commit 747ec77

Please sign in to comment.