Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove circumventions for Python 3.13 #973

Open
andy-maier opened this issue Jun 9, 2024 · 0 comments
Open

Remove circumventions for Python 3.13 #973

andy-maier opened this issue Jun 9, 2024 · 0 comments

Comments

@andy-maier
Copy link
Member

andy-maier commented Jun 9, 2024

The initial support for Python 3.13-beta.1 in PR #976 had to implement some circumventions for the issue that the "pyo3-ffi" package used by the "maturin" build backend does not yet support Python 3.13 (see PyO3/pyo3#4038 (comment)).

This ticket is to use a future version of pyo3 that supports Python 3.13, and to remove the circumventions:

  • In requirements.txt, the pinning of jsonschema to <4.18.0
  • In dev-requirements.txt, the pinning of safety to <3.0.0
@andy-maier andy-maier self-assigned this Jun 9, 2024
@andy-maier andy-maier added this to the 1.9.0 milestone Jun 9, 2024
@andy-maier andy-maier changed the title Remove circumvention to pin jsonschema to <4.18.0 for Python 3.13 Remove circumventions for Python 3.13 Jun 9, 2024
@andy-maier andy-maier removed this from the 1.9.0 milestone Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant