Skip to content

Commit

Permalink
try different os
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Jun 6, 2024
1 parent c448286 commit 665c3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "windows-latest"]

steps:

Expand Down

0 comments on commit 665c3a2

Please sign in to comment.