Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 5, 2024
1 parent 09d01bd commit b7f0df2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
python-version: ['3.8', '3.10', '3.13']
include:
- {os: macos-13, python-version: '3.9'}
- {os: macos-latest, python-version: '3.13'}
- {os: windows-latest, python-version: '3.8'}
- {os: windows-latest, python-version: '3.11'}
- {os: windows-latest, python-version: '3.13'}

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

0 comments on commit b7f0df2

Please sign in to comment.