Skip to content

Commit

Permalink
ci: update python versions for which we build wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Oct 27, 2024
1 parent 0177e60 commit b93c2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python: [38, 39, 310, 311, 312, 313]
python: [310, 311, 312, 313]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b93c2ff

Please sign in to comment.