Skip to content

Commit

Permalink
Test things
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Nov 9, 2023
1 parent 539e6c8 commit 3c92443
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@ jobs:
platformID: win_amd64
pythonType: "cp"

- os: windows-latest
- os: macos-latest
pythonVersion: 38
bitness: 64
platformID: win_amd64
pythonType: "cp"

- os: windows-latest
- os: macos-latest
pythonVersion: 39
bitness: 64
platformID: win_amd64
pythonType: "cp"

- os: windows-latest
- os: macos-latest
pythonVersion: 310
bitness: 64
platformID: win_amd64
pythonType: "cp"

- os: windows-latest
- os: macos-latest
pythonVersion: 311
bitness: 64
platformID: win_amd64
pythonType: "cp"

- os: windows-latest
- os: macos-latest
pythonVersion: 312
bitness: 64
platformID: win_amd64
Expand Down Expand Up @@ -110,71 +110,71 @@ jobs:
pythonType: "pp"

# Linux 64 bit manylinux2014
- os: ubuntu-latest
- os: macos-latest
pythonVersion: 37
bitness: 64
platformID: manylinux_x86_64
manylinux_image: manylinux2014
pythonType: "cp"

- os: ubuntu-latest
- os: macos-latest
pythonVersion: 38
bitness: 64
platformID: manylinux_x86_64
manylinux_image: manylinux2014
pythonType: "cp"

- os: ubuntu-latest
- os: macos-latest
pythonVersion: 39
bitness: 64
platformID: manylinux_x86_64
manylinux_image: manylinux2014
pythonType: "cp"

- os: ubuntu-latest
- os: macos-latest
pythonVersion: 310
bitness: 64
platformID: manylinux_x86_64
manylinux_image: manylinux2014
pythonType: "cp"

- os: ubuntu-latest
- os: macos-latest
pythonVersion: 311
bitness: 64
platformID: manylinux_x86_64
manylinux_image: manylinux2014
pythonType: "cp"

- os: ubuntu-latest
- os: macos-latest
pythonVersion: 312
bitness: 64
platformID: manylinux_x86_64
manylinux_image: manylinux2014
pythonType: "cp"

# Linux PyPy 64 bit manylinux2014
- os: ubuntu-latest
- os: macos-latest
pythonVersion: 37
bitness: 64
platformID: manylinux_x86_64
manylinux_image: manylinux2014
pythonType: "pp"

- os: ubuntu-latest
- os: macos-latest
pythonVersion: 38
bitness: 64
platformID: manylinux_x86_64
manylinux_image: manylinux2014
pythonType: "pp"

- os: ubuntu-latest
- os: macos-latest
pythonVersion: 39
bitness: 64
platformID: manylinux_x86_64
manylinux_image: manylinux2014
pythonType: "pp"

- os: ubuntu-latest
- os: macos-latest
pythonVersion: 310
bitness: 64
platformID: manylinux_x86_64
Expand Down

0 comments on commit 3c92443

Please sign in to comment.