apache / pulsar-client-python

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

What is the latest python version currently supported by this? I did not find it #175

Closed sunheyi6 closed 7 months ago

sunheyi6 commented 7 months ago

i use pthon 3.12.1,but it happened error

C:\Users\10618>C:\Users\10618\AppData\Local\Programs\Python\Python312\python.exe --version
Python 3.12.1
C:\Users\10618>C:\Users\10618\AppData\Local\Programs\Python\Python312\python.exe -m pip install pulsar-client
ERROR: Could not find a version that satisfies the requirement pulsar-client (from versions: none)
ERROR: No matching distribution found for pulsar-client
merlimat commented 7 months ago

For current release we only support up to Python 3.11. The support for 3.12 was already merged in https://github.com/apache/pulsar-client-python/pull/160 . It will be released in the next week.

sunheyi6 commented 7 months ago

ok i support we should show the support python version in the readme

BewareMyPower commented 7 months ago

Yes, the README should be updated.

mingtai101 commented 6 months ago

I am running python 3.12.1 and getting the same error still (December 29, 2023). Does pulsar-client support 3.12 now??

BewareMyPower commented 6 months ago

3.4.0, which is in vote currently, will support Python 3.12.