-
Notifications
You must be signed in to change notification settings - Fork 101
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 tests against Python 3.8 #93
Conversation
Despite setting It looks like they don't support Python 3.8 yet: appveyor/ci#3142 |
LGTM I see there's a workaround from the link you provided above appveyor/ci#3142 (comment), would mind adding it? |
I've added the workaround and now Python 3.8 is available:
But now the tests are failing:
This is probably related to https://bugs.python.org/issue36085 (new in Python 3.8) (see esp. python/cpython#12302). I'm not familiar with Windows and have no idea how to properly fix this. :( |
I am not familiar with Windows, too. I tried but without success. |
🚀 Python 3.8 is now available on AppVeyor: |
Workaround no longer needed. |
I've found the cause, it's in
This somehow makes Python 3.8 on AppVeyor windows raise ImportError. |
No description provided.