Skip to content

Commit

Permalink
Revert "Test things"
Browse files Browse the repository at this point in the history
This reverts commit 3c92443.
  • Loading branch information
Pencilcaseman committed Nov 9, 2023
1 parent 3c92443 commit 7fee363
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: macos-latest
- os: windows-latest
pythonVersion: 38
bitness: 64
platformID: win_amd64
pythonType: "cp"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit 7fee363

Please sign in to comment.