Skip to content

Enable support for python 3.11 and 3.12 #636

@yrkim98

Description

@yrkim98

Please describe the problem that needs to be solved by this feature
Previously we did not support python 3.11 and 3.12 since cyto-dl did not. It seems like cyto-dl enabled 3.11 support, so we can switch that on as well.

Adding python 3.11 support should be simple:

  • Test to ensure it works
  • Add it to CI workflow so that we build against 3.11 on PR and commits
  • add it as a supported version in pyproject.toml

for Python 3.12 support, we need to update cyto-dl to be able to use python 3.12, which it currently does not.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions