-
Notifications
You must be signed in to change notification settings - Fork 34
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
Test on Python 3.10 #1439
Test on Python 3.10 #1439
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1439 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 90 90
Lines 8967 8971 +4
=========================================
+ Hits 8967 8971 +4
Continue to review full report at Codecov.
|
Only Python 3.11 to go now, and then we're on to Python 95! |
Python for workgroups |
@MichaelClerx omitting the specific version appears to default to The other thing is we should change all |
#1434
@fcooper8472 @martinjrobins what do you think of the 2nd change? Is this a good idea in your opinion (the whole
with
block can be removed in that case, x64 is default too), or are we better off explicitly specifying the newest version we want to test on?