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

Support Python 3.12 #407

Open
betodealmeida opened this issue Oct 31, 2023 · 0 comments · May be fixed by #408
Open

Support Python 3.12 #407

betodealmeida opened this issue Oct 31, 2023 · 0 comments · May be fixed by #408
Assignees

Comments

@betodealmeida
Copy link
Owner

3.12 is not working (we have non-required tests against pinned dependencies) for a few reasons:

  • It looks like having -e . or -e file:. in the requirements/*in files doesn't play well with the changes introduced to pip in 3.12 — it complains that setuptools.externs.six is missing, which hasn't been a thing since before v50.
  • Some dependencies need to be bumped: greenlet, numpy, yarl, pyyaml.
@betodealmeida betodealmeida self-assigned this Oct 31, 2023
@betodealmeida betodealmeida linked a pull request Oct 31, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant