Skip to content

Commit

Permalink
Prune python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge authored Jan 2, 2025
1 parent 37bafb5 commit 9af45fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
matrix:
os:
- ubuntu-20.04
python-version: [ 3.5.4, 3.5.10, 3.6.7, 3.6.10, 3.6.14, 3.7.5, 3.7.11, 3.8.0, 3.8.5, 3.9.0, 3.9.6, 3.10.16]
python-version:
- "3.8"
- "3.9"
- "3.10"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9af45fd

Please sign in to comment.