Skip to content

Commit 08047fd

Browse files
committed
CI: remove py311
1 parent f951b57 commit 08047fd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- os: windows-latest
2828
python: 310
2929
platform_id: win_amd64
30-
- os: windows-latest
31-
python: 311
32-
platform_id: win_amd64
3330

3431
# Linux 64 bit manylinux
3532
- os: ubuntu-20.04
@@ -44,10 +41,6 @@ jobs:
4441
python: 310
4542
platform_id: manylinux_x86_64
4643
manylinux_image: manylinux1
47-
- os: ubuntu-latest
48-
python: 311
49-
platform_id: manylinux_x86_64
50-
manylinux_image: manylinux1
5144

5245
# MacOS x86_64
5346
- os: macos-15-intel
@@ -59,9 +52,6 @@ jobs:
5952
- os: macos-15-intel
6053
python: 310
6154
platform_id: macosx_x86_64
62-
- os: macos-15-intel
63-
python: 311
64-
platform_id: macosx_x86_64
6555

6656
# MacOS arm64
6757
- os: macos-14
@@ -73,9 +63,6 @@ jobs:
7363
- os: macos-14
7464
python: 310
7565
platform_id: macosx_arm64
76-
- os: macos-14
77-
python: 311
78-
platform_id: macosx_arm64
7966

8067
steps:
8168
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)