-
Notifications
You must be signed in to change notification settings - Fork 17
[BUG] setup.py build fails with python 3.10 #32
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
@Marco-Sulla Perhaps it's worth thinking about setting up a CI build? (to check that frozendict continues to build with all supported versions of Python) |
It should be fixed now. |
I can confirm, thanks! |
Are you offering as a volunteer to maintain such a system? |
Nope, sorry. I've seen https://docs.github.com/actions/automating-builds-and-tests/building-and-testing-nodejs-or-python?langId=py used on other projects (which seems to already do "most of the hard work"?), but I've never set that up myself. It was just a suggestion. |
It's interesting, thank you. When I'll do a change to |
OS version:
Exherbo Linux (rolling)
Python3 version (python3 -V -V):
Python 3.10.0 (default, Oct 16 2021, 00:16:14) [GCC 11.2.0]
Steps to reproduce:
Actual result:
I suppose this might be due to the move of pytime.h from ../include/python to ../include/python/cpython (python/cpython#23988)
The text was updated successfully, but these errors were encountered: