NeuralNetworkVerification / Marabou

Other
239 stars 86 forks source link

bump supported python versions in pyproject.toml #796

Closed wu-haoze closed 2 months ago

wu-haoze commented 2 months ago

Will create a PR to bump the version to 2.0 after this is merged.

wenkokke commented 2 months ago

You need to bump the version of the cibuildwheel action in the cibuildwheel workflow to include Python 3.12 builds.

wu-haoze commented 2 months ago

You need to bump the version of the cibuildwheel action in the cibuildwheel workflow to include Python 3.12 builds.

You mean like this? https://github.com/NeuralNetworkVerification/Marabou/pull/796/commits/2ba47cd4996581da9762b18385b577593c3fb5a5

wenkokke commented 2 months ago

No, the action called cibuildwheel should be bumped to the latest version, which I think is 2.17?

I see. I bumped it to 2.17, which I think indeed is the latest version.