Skip to content

Commit 99d65d3

Browse files
authored
Support Python 3.12 wheels (#160)
1 parent dfd163a commit 99d65d3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci-build-release-wheels.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- {version: '3.9', spec: 'cp39-cp39'}
4747
- {version: '3.10', spec: 'cp310-cp310'}
4848
- {version: '3.11', spec: 'cp311-cp311'}
49+
- {version: '3.12', spec: 'cp311-cp312'}
4950
cpu:
5051
- {arch: 'x86_64', platform: 'x86_64'}
5152
- {arch: 'aarch64', platform: 'arm64'}
@@ -107,6 +108,7 @@ jobs:
107108
- {version: '3.9', version_long: '3.9.14'}
108109
- {version: '3.10', version_long: '3.10.7'}
109110
- {version: '3.11', version_long: '3.11.1'}
111+
- {version: '3.12', version_long: '3.12.0'}
110112

111113
steps:
112114
- name: checkout
@@ -159,6 +161,7 @@ jobs:
159161
- {version: '3.9'}
160162
- {version: '3.10'}
161163
- {version: '3.11'}
164+
- {version: '3.12'}
162165

163166
steps:
164167
- uses: actions/checkout@v3

.github/workflows/ci-pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- {name: 'manylinux2014', py_suffix: ''}
102102
- {name: 'manylinux_musl', py_suffix: '-alpine'}
103103
python:
104-
- {version: '3.11', spec: 'cp311-cp311'}
104+
- {version: '3.12', spec: 'cp312-cp312'}
105105
cpu:
106106
- {arch: 'x86_64', platform: 'x86_64'}
107107

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ stay open for at least 72 hours ***
132132
Python wheels:
133133
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-python-X.Y.Z-candidate-N/
134134
135-
The supported python versions are 3.7, 3.8, 3.9, 3.10 and 3.11. The
135+
The supported python versions are 3.7, 3.8, 3.9, 3.10, 3.11 and 3.12. The
136136
supported platforms and architectures are:
137137
- Windows x86_64 (windows/)
138138
- glibc-based Linux x86_64 (linux-glibc-x86_64/)

0 commit comments

Comments
 (0)