-
Notifications
You must be signed in to change notification settings - Fork 15
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 support for Python 3.10 #155
Conversation
FYI, this PR is not urgent. |
Now that we're working around the issue with
I downloaded https://files.pythonhosted.org/packages/e9/a4/2ee6a755db094ead5c705e59c42c5d0232d183d768b01326d20d580cf89b/grpcio-1.51.1-cp310-cp310-macosx_12_0_x86_64.whl and extracted
The GitHub runner has macOS 12.6, and I assume the machine is x86_64 based on the previous problem. |
What does this Pull Request accomplish?
Update PR pipeline to test with Python 3.10.
Upgrade pytest to support Python 3.10.
Enable in-project virtualenvs for
ni-measurement-generator
. By default,poetry
creates virtualenvs in%USERPROFILE%\AppData\...
.Why should this Pull Request be merged?
Allow customers to use Python 3.10.
Fixes #153
What testing has been done?
Ran pytest locally.