-
Notifications
You must be signed in to change notification settings - Fork 44
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
Use Python 3.10 instead of 3.7 in installation instructions #1229
Conversation
As we will soon drop support for python 3.7. It does not make sense to still use python 3.7 in the installation instructions.
Codecov Report
@@ Coverage Diff @@
## master #1229 +/- ##
==========================================
+ Coverage 91.27% 91.41% +0.14%
==========================================
Files 72 72
Lines 4285 4285
==========================================
+ Hits 3911 3917 +6
+ Misses 374 368 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Thanks for spotting this @JPBergsma! In #1176 I use Python 3.10 as the new "main" CI version. Perhaps we should just jump straight to that?
Co-authored-by: Matthew Evans <[email protected]>
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.
👍
As we will soon drop support for python 3.7. It does not make sense to still use python 3.7 in the installation instructions.