-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add Python 3.10 support and drop Python 3.6 support #1810
Conversation
The system tests will fail until internal PR 344267 is submitted. |
Co-authored-by: Marcos <marcoskirsch@users.noreply.github.com>
Well, the system tests on 3.10 got skipped rather than the PR build pipeline failing. Guess that's ok. |
The internal PR was submitted and the updated nimibot VM has been deployed. @marcoskirsch / @ni-jfitzger , this PR is ready for merge. |
The win_32 run failed on setting up for python 3.10 testing, but succeeded on all other Python versions in a previous run. RHEL and win_64 nimibot runs succeeded on all Python versions. The win_32 failure appears to be a failure to install scipy due to No win32 wheel for Python 3.10. |
Created #1811 |
@sbethur #1817 is merged (thanks @ni-jfitzger !). |
Done. The PR build is running. |
This contribution adheres to CONTRIBUTING.md.
I've updated CHANGELOG.md if applicable.
- [ ] I've added tests applicable for this pull requestWhat does this Pull Request accomplish?
List issues fixed by this Pull Request below, if any.
None
What testing has been done?
PR build