Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-build-release-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- {name: 'manylinux', py_suffix: ''}
- {name: 'manylinux_musl', py_suffix: '-alpine'}
python:
- {version: '3.9', spec: 'cp39-cp39'}
- {version: '3.10', spec: 'cp310-cp310'}
- {version: '3.11', spec: 'cp311-cp311'}
- {version: '3.12', spec: 'cp312-cp312'}
- {version: '3.13', spec: 'cp313-cp313'}
- {version: '3.14', spec: 'cp314-cp314'}
cpu:
- {arch: 'x86_64', platform: 'x86_64'}
- {arch: 'aarch64', platform: 'arm64'}
Expand Down Expand Up @@ -101,11 +101,11 @@ jobs:
fail-fast: false
matrix:
py:
- {version: '3.9', version_long: '3.9.20'}
- {version: '3.10', version_long: '3.10.15'}
- {version: '3.11', version_long: '3.11.11'}
- {version: '3.12', version_long: '3.12.8'}
- {version: '3.13', version_long: '3.13.1'}
- {version: '3.14', version_long: '3.14.0'}

steps:
- name: checkout
Expand All @@ -131,11 +131,11 @@ jobs:
fail-fast: false
matrix:
python:
- {version: '3.9'}
- {version: '3.10'}
- {version: '3.11'}
- {version: '3.12'}
- {version: '3.13'}
- {version: '3.14'}

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['3.9', '3.13']
version: ['3.10', '3.14']

steps:
- name: checkout
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- {name: 'manylinux', py_suffix: ''}
- {name: 'manylinux_musl', py_suffix: '-alpine'}
python:
- {version: '3.13', spec: 'cp313-cp313'}
- {version: '3.14', spec: 'cp314-cp314'}
cpu:
- {arch: 'x86_64', platform: 'x86_64'}

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
strategy:
matrix:
py:
- {version: '3.13', version_long: '3.13.1'}
- {version: '3.14', version_long: '3.14.0'}

steps:
- name: checkout
Expand All @@ -184,7 +184,7 @@ jobs:
fail-fast: false
matrix:
python:
- version: '3.12'
- version: '3.14'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pulsar Python clients support a variety of Pulsar features to enable building ap

## Requirements

- Python 3.9, 3.10, 3.11, 3.12 or 3.13
- Python 3.10, 3.11, 3.12, 3.13 or 3.14
- A C++ compiler that supports C++11
- CMake >= 3.18
- [Pulsar C++ client library](https://github.com/apache/pulsar-client-cpp)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ stay open for at least 72 hours ***
Python wheels:
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-python-X.Y.Z-candidate-N/

The supported python versions are 3.9, 3.10, 3.11, 3.12 and 3.13. The
The supported python versions are 3.10, 3.11, 3.12, 3.13 and 3.14. The
supported platforms and architectures are:
- Windows x86_64 (windows/)
- glibc-based Linux x86_64 (linux-glibc-x86_64/)
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#

pulsar-cpp: 4.0.0
pybind11: 2.10.1
pybind11: 3.0.1
# The OpenSSL dependency is only used when building Python from source
openssl: 1.1.1q
2 changes: 1 addition & 1 deletion pulsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
The Pulsar Python client library is based on the existing C++ client library.
All the same features are exposed through the Python interface.

Currently, the supported Python versions are 3.7, 3.8, 3.9 and 3.10.
Currently, the supported Python versions are 3.10, 3.11, 3.12, 3.13 and 3.14.

=================
Install from PyPI
Expand Down
2 changes: 1 addition & 1 deletion pybind11
Submodule pybind11 updated 315 files
Loading