BewareMyPower commented on code in PR #271:
URL:
https://github.com/apache/pulsar-client-python/pull/271#discussion_r2532453135
##########
.github/workflows/ci-pr-validation.yaml:
##########
@@ -116,6 +116,7 @@ jobs:
- {name: 'manylinux_musl', py_suffix: '-alpine'}
python:
- {version: '3.13', spec: 'cp313-cp313'}
Review Comment:
I think you can remove the tests for 3.13 because the current CI workflow
for PRs only validate the latest available release.
##########
pulsar/__init__.py:
##########
@@ -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.7, 3.8, 3.9, 3.10, 3.11, 3.12,
3.13, and 3.14.
Review Comment:
```suggestion
Currently, the supported Python versions are 3.9, 3.10, 3.11, 3.12, 3.13,
and 3.14.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]