Skip to content

Conversation

maciej-lech
Copy link
Contributor

No description provided.

@@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to quote all the Python versions? I think this is redundant.

Copy link
Contributor Author

@maciej-lech maciej-lech Oct 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to quote "3.10" as it ends with "0", so the rest is just for being consequent. Having this like

python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]

always look odd to me, but I'm fine with that too.

@FollowTheProcess
Copy link
Collaborator

@maciej-lech Looks good to me! Thanks 🎉

@FollowTheProcess FollowTheProcess merged commit 094c35f into wntrblm:main Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants