jean-marie burel

Results 154 comments of jean-marie burel

Building with 3.12 leads to ``` File "/opt/hostedtoolcache/Python/3.12.2/x64/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py", line 198, in __init__ raise InvalidVersion(f"Invalid version: '{version}'") setuptools.extern.packaging.version.InvalidVersion: Invalid version: 'UNKNOWN-ice36' ``` see https://github.com/jburel/openmicroscopy/actions/runs/8302622326/job/22725266554

@sbesson I have pushed commits to your PR so we run the build with Python 3.10, 3.11 an 3.12

``` documentation/OMERO.server/components/antlib/scripts/parse_version:76: SyntaxWarning: invalid escape sequence '\d' "(?P([-]DEV)?-\d+-[a-f0-9]+?(-dirty)?)" /home/runner/work/omero-documentation/OMERO.server/components/antlib/scripts/parse_version:118: SyntaxWarning: invalid escape sequence '\d' m = re.match("^([^\d]*\d+[.]\d+[.])(\d+)-SNAPSHOT$", omero_version) 5.6.14-ice36-SNAPSHOT). Use forcedeliver or update. ``` This is due to the fact...

Note that this is currently not included in the upgraded devspace