apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 39 forks source link

Not available for Python 3.12 #156

Closed ullebe1 closed 10 months ago

ullebe1 commented 10 months ago

It seems like there is no available versions for Python 3.12 in PyPI. When can we expect that to be available?

Logs from a CI run of a container based on docker.io/library/python:3.12

 > [8/8] RUN pip install -r requirements.txt:
2.857 ERROR: Could not find a version that satisfies the requirement pulsar-client>=3.1.0 (from versions: none)
2.858 ERROR: No matching distribution found for pulsar-client>=3.1.0

This worked fine with Python 3.11.

rongxin-liu commented 10 months ago

We are running into the same issue with Python 3.12.