Closed swryan closed 1 year ago
Fixes the following issues:
Older version of setuptools are incompatible with the recently released Python 3.12:
setuptools
Versions of paropt older than v2.1.3 are incompatible with the recently released Cython 3.0:
paropt
v2.1.3
Incorporated the workflow updates from PR #53
The paropt build appears to be broken on master.. I've disabled it in testing for the purposes of this PR.
Summary
Fixes the following issues:
Older version of
setuptools
are incompatible with the recently released Python 3.12:setuptools
for Python older than 3.12 (if necessary)setuptools
is changed, revert back to previously installed versionVersions of
paropt
older thanv2.1.3
are incompatible with the recently released Cython 3.0:Incorporated the workflow updates from PR #53
Related Issues