Skip to content

Commit

Permalink
remove duplicate python version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 25, 2024
1 parent bb8296f commit dd9b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest , windows-latest, macos-latest ]
python: [ "cp39", "cp39", "cp310", "cp311", "cp312" ]
python: [ "cp39", "cp310", "cp311", "cp312" ]
arch: [ auto64 ]

steps:
Expand Down

0 comments on commit dd9b6e8

Please sign in to comment.