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

Python 3.10 support #388

Open
1 of 2 tasks
MetRonnie opened this issue Oct 4, 2022 · 1 comment
Open
1 of 2 tasks

Python 3.10 support #388

MetRonnie opened this issue Oct 4, 2022 · 1 comment
Milestone

Comments

@MetRonnie
Copy link
Member

MetRonnie commented Oct 4, 2022

Seeing as there wasn't already an issue open for this...

Two blockers:

  • graphene-tornado 2.6 has a dependency on werkzeug 0.12 that doesn't support py3.10

    File "~/.conda/envs/cylc8.1/lib/python3.10/site-packages/werkzeug/datastructures.py", line 16, in <module>
      from collections import Container, Iterable, MutableSet
    ImportError: cannot import name 'Container' from 'collections'
    

    (Devs can patch this file in site-packages by changing it to collections.abc)

  • Remove deprecated asyncio loop arg #390

Pull requests welcome!

@MetRonnie

This comment was marked as off-topic.

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

No branches or pull requests

2 participants