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

Support Python up to 3.12 and drop 3.7 #491

Merged
merged 15 commits into from
Sep 30, 2024
Merged

Support Python up to 3.12 and drop 3.7 #491

merged 15 commits into from
Sep 30, 2024

Conversation

philomath213
Copy link
Member

@philomath213 philomath213 commented Sep 28, 2024

Description

  • Add Python 3.12 Support and drop Python 3.7
  • Update version to 0.3.15

Fixes #487, #484, #483, #475, #470, #469, #463, #458

Affected Dependencies

Upgrade pybind11 to v2.12.0

How has this been tested?

  • GitHub Actions

Checklist

Copy link
Member

@youben11 youben11 left a comment

Choose a reason for hiding this comment

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

Since you are updating the setup python action, can you pin the version by hash instead of a tag?

@philomath213 philomath213 added Build Related to the build of the package dependencies Pull requests that update a dependency file labels Sep 28, 2024
@philomath213
Copy link
Member Author

philomath213 commented Sep 29, 2024

Apparently, the new release of the Bazel package rules_python introduced a complex dependency issue (another similar issue), I don't have a clear idea of how to solve it at the moment.

We will probably need to migrate to the Bzlmod and rewrite the entire Bazel build since WORKSPACE is deprecated. It's better to address this issue in another PR.

@philomath213
Copy link
Member Author

Since you are updating the setup python action, can you pin the version by hash instead of a tag?

Done

@philomath213 philomath213 changed the title Support Python up to 3.12 and drop 3.7 and 3.8 Support Python up to 3.12 and drop 3.7 Sep 29, 2024
@philomath213 philomath213 merged commit 13dd6ea into main Sep 30, 2024
35 checks passed
@philomath213 philomath213 deleted the py_3.12 branch September 30, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Related to the build of the package dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I can't install TenSEAL on Windows 11
2 participants