Skip to content

Commit

Permalink
remove middle version; only run on earliest- and latest-supported Pyt…
Browse files Browse the repository at this point in the history
…hon builds
peterdsharpe committed Dec 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1f6f8dd commit 5525b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8' , '3.10' , '3.11' ]
python-version: [ '3.8' , '3.11' ]

steps:
- uses: actions/checkout@v2

0 comments on commit 5525b72

Please sign in to comment.