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 for Python 3.11rc4 #1219

Open
wjcunningham7 opened this issue Sep 13, 2022 · 2 comments
Open

Support for Python 3.11rc4 #1219

wjcunningham7 opened this issue Sep 13, 2022 · 2 comments
Labels
feature New feature addition priority / high One of the top priorities in a week

Comments

@wjcunningham7
Copy link
Member

wjcunningham7 commented Sep 13, 2022

What should we add?

The final release candidate for Python 3.11 was released in July. Time to start testing!

I am testing this using a modification of the Python Docker image defined here.

Known issues:

  • aiohttp must be installed using
    AIOHTTP_NO_EXTENSIONS=1 python -m pip install aiohttp --no-binary aiohttp
    Further discussion about this issue here.
  • uvloop must be installed using
    pip install -e git+https://github.com/MagicStack/uvloop.git@master#egg=uvloop
    Further discussion about this issue here.
  • The following must be removed from tests/requirements.txt
    • locust
    • nbconvert
    • pennylane
  • Several other packages required by Covalent will need updating

Covalent will be marked semi-stable with Ubuntu 20.04 / Python 3.11rc2 when the full suite of unit and functional tests pass.

@wjcunningham7 wjcunningham7 added the feature New feature addition label Sep 13, 2022
@wjcunningham7
Copy link
Member Author

related to #1742

@Andrew-S-Rosen
Copy link
Contributor

Andrew-S-Rosen commented Sep 28, 2023

Beautiful! Would love to see this.

Edit: Just realized this was old. 😅 But this is useful for identifying known issues! I probably won't be able to get my PR merge-able anytime soon...

@jimmylism jimmylism added the priority / high One of the top priorities in a week label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature addition priority / high One of the top priorities in a week
Projects
None yet
Development

No branches or pull requests

3 participants