SMLP package build and test for python3.12#55
Conversation
…upport 2) Downgraded pydoe from 0.9.7 to 0.3.8 due to interface change incompatible with doepy 0.0.1 3) Ported enhanced VNC support from python3.11 version in poly_pareto branch
2. Fixed merge issues in train_keras.py
mdmitry1
left a comment
There was a problem hiding this comment.
Reviewed changes
fbrausse
left a comment
There was a problem hiding this comment.
I would like to keep the Python-3.11 build in the CI. That Python version is not EOL, yet, see: https://devguide.python.org/versions/
| env: | ||
| # see <https://cibuildwheel.pypa.io/en/stable/options/#build-skip> | ||
| CIBW_BUILD: cp311-* | ||
| CIBW_BUILD: cp312-* |
There was a problem hiding this comment.
| CIBW_BUILD: cp312-* | |
| CIBW_BUILD: cp311-* cp312-* |
This of course requires to be less explicit about export PYTHON=python3.12 in install-z3.sh as well, see the other suggestion.
| eval ${P}_R=${R:-\$`echo ${P}_S`/prefix} # install prefix | ||
|
|
||
| export PYTHON=python3.11 | ||
| export PYTHON=python3.12 |
There was a problem hiding this comment.
| export PYTHON=python3.12 | |
| export PYTHON=python3 |
|
There is a problem with Z3 version on Reproduction - see Build 54 Therefore |
|
Indeed, there are more problems with the Z3 build: Details |
…ging master from master branch
|
Alternative for |
|
I just realized that we may use |
2. Added multiple wheels support to download_artifact.sh
|
Regression passed for both wheels. Commit: 74fe76c Install command: Results: python3.11 results Next steps are pending resolution of the issues listed below: |
python3.12keras==3.14.1tensorflow==2.21.0tensorboard==2.20.0python3.11SMLP versionz3==4.8.12Docker buildz3==4.16.0GitHub actions buildKnown issue:
Test154,Test155,Test157are supported only by Docker build