Skip to content

馃懛馃徏馃悕 Enable testing on Python 3.15#68

Description

@denialhaag

馃 AI text below 馃

We cannot enable testing on Python 3.15 yet, since we first have to wait for our dependencies to provide 3.15 wheels. This issue tracks the work so we don't forget once they are available.

Once ready, "3.15" has to be added to PYTHON_ALL_VERSIONS in noxfile.py:

PYTHON_ALL_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14"]

Furthermore, the cp315* test skip has to be removed in pyproject.toml:

"cp315*", # no 3.15 wheels yet

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions