-
-
Notifications
You must be signed in to change notification settings - Fork 733
[WIP] Python 3.10 #5778
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
[WIP] Python 3.10 #5778
Conversation
# stacktrace for Python 3.8+ has not been released at the moment of writing | ||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now that 3.7 has been dropped from CI - does this mean that use of libunwind and stacktrace should be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jrbourbeau I think merging main and merging #5353 into this will cause the tests to pass |
# - git+https://github.com/intake/filesystem_spec | ||
- git+https://github.com/joblib/joblib | ||
- keras | ||
- pytest-asyncio<0.14.0 # `pytest-asyncio<0.14.0` isn't available on conda-forge for Python 3.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the env file for Python 3.9 should be updated to not include these git tips anymore
Looks like this was superseded by #5952 -- thanks for taking over @graingert |
pre-commit run --all-files