Skip to content

Conversation

@Axe319
Copy link
Contributor

@Axe319 Axe319 commented Oct 8, 2021

Fixed version check to also encompass 3.10. The prior check to see if notebook was required was equivalent to '1' < '5' when the Python version was 3.10 or greater.

edit: FIxes #173

@mwcraig
Copy link
Contributor

mwcraig commented Oct 11, 2021

Thanks @Axe319 -- can you please also add yourself to the list of contributors in CONTRIBUTOERS.md?

We'll need to let the tests run to completion but your change looks good to me!

@Axe319
Copy link
Contributor Author

Axe319 commented Oct 11, 2021

No problem! I saw it pop up on Stack Overflow and it looked like an easy fix. I updated the CONTRIBUTORS.md.

@mwcraig mwcraig merged commit df03576 into vpython:master Oct 12, 2021
@mwcraig
Copy link
Contributor

mwcraig commented Oct 12, 2021

Thanks again @Axe319 !

@Axe319 Axe319 deleted the version_check branch October 12, 2021 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect Minor Version Check for Python 3.10. Fails >= 3.5 Check.

3 participants