-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
Run build on Python 3.8 #357
Conversation
Looks like the windows build is blocked by appveyor/ci#3142. |
Yep. I'll wait for the support before merging. Thanks, though. |
🚀 Python 3.8 is now available on AppVeyor: |
Nice! Waiting for appveyor and I'll merge |
The Python tests are failing on Windows:
The two messages contradict each other: "_PyInterpreterState_Get(): no current thread state", then the fault handler reports "Python runtime state: initialized". This could happen if there were multiple copies of the interpreter state present. On Python 3.8 extensions shouldn't be linked to |
I tried modifying the CMake configuration to avoid linking with libpython, but it didn't help. I don't use Windows so I'm pretty lost trying to debug this... Any tips are welcome. I'll be away for a week so I won't be able to work on this for a while. |
Same for me, I don't work on windows. Btw, I started to update the version of Pybind11 (v2.4.3). I still need to fix some issues related to enums. |
Enable Travis and AppVeyor builds on 3.8.
I rebased the branch on top of the latest master but the Windows build is still failing of Python 3.8. |
Great, thanks @romainthomas! |
Enable Travis and AppVeyor builds on 3.8.