-
Notifications
You must be signed in to change notification settings - Fork 33
Support for Python 3.11 #31
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
Comments
Hnasar
pushed a commit
to Hnasar/python-can
that referenced
this issue
Sep 13, 2022
Python 3.11 wheels for windows-curses are [not yet available][1], and this meant that python-can could not be installed on windows with Python 3.11. Since windows-curses is only used in viewer.py, change the dependnecy to an optional extra. [1]: zephyrproject-rtos/windows-curses#31
Hnasar
pushed a commit
to Hnasar/python-can
that referenced
this issue
Sep 20, 2022
Python 3.11 wheels for windows-curses are [not yet available][1], and this meant that python-can could not be installed on windows with Python 3.11. Since windows-curses is only used in viewer.py, change the dependnecy to an optional extra. [1]: zephyrproject-rtos/windows-curses#31
zariiii9003
added a commit
to hardbyte/python-can
that referenced
this issue
Oct 3, 2022
* Move windows-curses dependency to an optional extra Python 3.11 wheels for windows-curses are [not yet available][1], and this meant that python-can could not be installed on windows with Python 3.11. Since windows-curses is only used in viewer.py, change the dependnecy to an optional extra. [1]: zephyrproject-rtos/windows-curses#31 * change python3 to python for Windows Co-authored-by: Hashem Nasarat <[email protected]> Co-authored-by: zariiii9003 <[email protected]>
2 tasks
This was referenced Oct 31, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.11 is set to release in 2-3 weeks, but wheels (or sdists) are unavailable for windows-curses.
Here's the docs on porting to 3.11 https://docs.python.org/3.11/whatsnew/3.11.html#id6
The release date is on 2022-10-03 but rc builds are already available.
https://www.python.org/downloads/release/python-3110rc1/
(Btw, it could be nice to be explicit in setup.py about which versions are supported https://peps.python.org/pep-0345/#requires-python )
Thank you!
The text was updated successfully, but these errors were encountered: