Skip to content

Generate pre-built Ice Python wheel packages for Python 3.13 and 3.14#5

Open
sbesson wants to merge 6 commits into
glencoesoftware:masterfrom
sbesson:python_3.13_3.14
Open

Generate pre-built Ice Python wheel packages for Python 3.13 and 3.14#5
sbesson wants to merge 6 commits into
glencoesoftware:masterfrom
sbesson:python_3.13_3.14

Conversation

@sbesson

@sbesson sbesson commented Jun 26, 2026

Copy link
Copy Markdown
Member

Fixes #4

Summary of changes

Functional testing

For each supported Python version in a Linux / x86_64 environment, replacing xx as appropriate,

  • create a new virtual environment (python3.xx -mvenv venv.py3xx)
  • install Ice python using the wheel packages produced as an artifact of this PR (venv.py3xx/bin/pip install zeroc_ice-3.6.5-cp3xx-cp3xx-manylinux_2_28_x86_64.whl)
  • install OMERO.py (venv.py3xx/bin/pip install omero-py)
  • test a few workflows against a test/dev OMERO serv
    1. authenticate venv.py3xx/bin/omero login
    2. import an image touch test.fake && venv.py3xx/bin/omero import test.fake
    3. update an object venv.py3xx/bin/omero obj update Image:xx description='test'
    4. make a query venv.py3xx/bin/omero hql 'select i from Image i' --all
    5. logout venv.py3xx/bin/omero logout

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.

Python 3.13 support

1 participant