Skip to content

Commit cca4a7b

Browse files
committed
Update runners and Python versions:
* Ubuntu 20.04 is no longer supported, bumped to 22.04 * Removed builds for Python 3.8 wheels, added 3.13
1 parent 67f6fe1 commit cca4a7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: [workflow_dispatch]
44

55
jobs:
66
build_wheels_linux:
7-
name: Build wheels on ubuntu-20.04
8-
runs-on: ubuntu-20.04
7+
name: Build wheels on ubuntu-22.04
8+
runs-on: ubuntu-22.04
99
env:
10-
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
10+
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
1111
CIBW_SKIP: "*musllinux*"
1212
CIBW_ARCHS_LINUX: x86_64 aarch64
1313
CIBW_TEST_REQUIRES: pytest mock pure-sasl eventlet

.github/workflows/build_wheels_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
min_version: 10.9
2121
env:
2222
CIBW_ENVIRONMENT: CFLAGS="-mmacosx-version-min=${{ matrix.min_version }}"
23-
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
23+
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
2424
CIBW_SKIP: "*musllinux*"
2525
CIBW_TEST_REQUIRES: pytest mock pure-sasl eventlet
2626
CIBW_TEST_COMMAND: echo "wheel is installed"

.github/workflows/build_wheels_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build wheels on windows-2022
88
runs-on: windows-2022
99
env:
10-
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
10+
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
1111
CIBW_SKIP: "*musllinux*"
1212
CIBW_TEST_REQUIRES: pytest mock pure-sasl eventlet
1313
CIBW_TEST_COMMAND: echo "wheel is installed"

0 commit comments

Comments
 (0)