Skip to content
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

Build broker bindings for older versions of Python #372

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

0xxon
Copy link
Member

@0xxon 0xxon commented Aug 15, 2023

Recently (GH-370), the version of Python required to build the bindings was upped to 3.7. This is problematic, as we have older versions of Python in distributions that we still support; this lowers this version again.

Recently (GH-370), the version of Python required to build the bindings
was upped to 3.7. This is problematic, as we have older versions of
Python in distributions that we still support; this lowers this version
again.
@0xxon 0xxon merged commit f9af5f0 into master Aug 15, 2023
2 checks passed
@0xxon 0xxon deleted the topic/johanna/python-3-5-is-ok branch August 15, 2023 16:40
@ckreibich
Copy link
Member

we have older versions of Python in distributions that we still support

Which are these, Johanna? 3.6 (and even 3.7, as of end of July) are EOL. Are we supporting distros that themselves are EOL?

@timwoj
Copy link
Member

timwoj commented Aug 16, 2023

This was a miss on reverting the change on my part, since I had tried to do it in other submodules before and reverted the others. Here's a failed build: https://cirrus-ci.com/build/5591051885346816

The culprits are:

  • ubuntu18 with python 3.6.9
  • opensuse leap with python 3.6.15
  • centos7 with an unknown version of python, since their old version of cmake doesn't report it
  • centosstream8 with python 3.6.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants