Skip to content

Support Python up to 3.12 and drop 3.7#491

Merged
philomath213 merged 15 commits intomainfrom
py_3.12
Sep 30, 2024
Merged

Support Python up to 3.12 and drop 3.7#491
philomath213 merged 15 commits intomainfrom
py_3.12

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
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