Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
afedynitch committed Jul 18, 2024
1 parent 7ae75d6 commit 2d6e587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [native, arm64]
py: [cp 37, cp38, cp39, cp310, cp311, cp312]
py: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

steps:
Expand Down

0 comments on commit 2d6e587

Please sign in to comment.