Skip to content

Add support for Python 3.11 #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 1, 2023
Merged

Add support for Python 3.11 #83

merged 6 commits into from
Feb 1, 2023

Conversation

merlimat
Copy link
Contributor

@merlimat merlimat commented Jan 24, 2023

Fix #75

Building wheels for Py 3.11

Copy link
Contributor

@erichare erichare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BewareMyPower may have additional comments, this looks great to me but only immediate question i have is the removal of the 3.8 - 3.10 versions for the windows wheel builds and if we want to do that for sure.

@BewareMyPower
Copy link
Contributor

It's weird that the MacOS test failed in https://github.com/apache/pulsar-client-python/actions/runs/4029658826/jobs/6927777767 after bc4144a but it succeeded before.

++ ./build-support/dep-version.py pulsar-cpp
Traceback (most recent call last):
  File "/Users/runner/work/pulsar-client-python/pulsar-client-python/./build-support/dep-version.py", line [21](https://github.com/apache/pulsar-client-python/actions/runs/4029658826/jobs/6927777767#step:6:22), in <module>
    import yaml, sys
ModuleNotFoundError: No module named 'yaml'
+ PULSAR_CPP_VERSION=

@BewareMyPower BewareMyPower added the enhancement New feature or request label Jan 28, 2023
@BewareMyPower BewareMyPower added this to the 3.1.0 milestone Jan 28, 2023
@BewareMyPower
Copy link
Contributor

It's caused by

if: steps.cache-deps.outputs.cache-hit != 'true'

We need to add pip install pyyaml in the workflow.

@merlimat merlimat merged commit c88d57e into apache:main Feb 1, 2023
@merlimat merlimat deleted the py-3.11 branch February 1, 2023 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature request] release built distributions for python 3.11
3 participants