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

239 Add support for python 3.13 #270

Merged
merged 2 commits into from
Nov 19, 2024
Merged

239 Add support for python 3.13 #270

merged 2 commits into from
Nov 19, 2024

Conversation

tramora
Copy link
Collaborator

@tramora tramora commented Oct 28, 2024

Resolves #239

@tramora tramora force-pushed the support_python_3.13 branch from da32bff to 689ffac Compare October 28, 2024 15:47
@tramora tramora force-pushed the support_python_3.13 branch 4 times, most recently from 047cd08 to 1c64d50 Compare November 6, 2024 18:54
@tramora tramora requested review from folmos-at-orange and popescu-v and removed request for folmos-at-orange November 7, 2024 13:15
@tramora tramora force-pushed the support_python_3.13 branch from 1c64d50 to 8862ca4 Compare November 18, 2024 14:55
Copy link
Member

@folmos-at-orange folmos-at-orange left a comment

Choose a reason for hiding this comment

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

The part after ; of the commit message should go in the body.
The header is the what, the body is how and why.

@tramora tramora force-pushed the support_python_3.13 branch from 61c9194 to 05b7fe4 Compare November 19, 2024 09:22
@tramora
Copy link
Collaborator Author

tramora commented Nov 19, 2024

The part after ; of the commit message should go in the body. The header is the what, the body is how and why.

Commit message fixed.

@tramora tramora force-pushed the support_python_3.13 branch from 05b7fe4 to 6d54a33 Compare November 19, 2024 09:44
Thierry RAMORASOAVINA added 2 commits November 19, 2024 11:17
Build & release are still done against python 3.12
Remove the obsolete macos-12 environment and add the new macos-15 one.
@tramora tramora force-pushed the support_python_3.13 branch from 6d54a33 to 1f9d475 Compare November 19, 2024 10:17
@tramora tramora merged commit 8e5a69c into dev Nov 19, 2024
80 of 83 checks passed
@tramora tramora deleted the support_python_3.13 branch November 19, 2024 10:43
Comment on lines +45 to +46
/root/miniforge3/bin/conda create -y -n py${version} python=${version} setuptools; \
/root/miniforge3/bin/conda create -y -n py${version}_conda python=${version} setuptools; \
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would have added separate conda install -y -n ... setuptools lines, so that the supplemental (new) installation of setuptools is launched in a separate line and instruction.

@@ -41,8 +41,9 @@ RUN true \
ARG PYTHON_VERSIONS
RUN /bin/bash -c 'for version in ${PYTHON_VERSIONS}; \
do \
/root/miniforge3/bin/conda create -y -n py${version} python=${version}; \
/root/miniforge3/bin/conda create -y -n py${version}_conda python=${version}; \
# setuptools is a strong requirement for khiops-python. Force its installation because it is omitted since python 3.13
Copy link
Collaborator

Choose a reason for hiding this comment

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

The Dockerfile.rocky should also be updated with this IMHO.

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.

Support Python 3.13
3 participants