Skip to content

Commit

Permalink
reduce python version test to be compatible with windows (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloosley authored Dec 17, 2024
1 parent 0da5c41 commit 6f629ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
python: [3.11.11, 3.13.0]
python: [3.11.9, 3.13.0]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6f629ef

Please sign in to comment.