Skip to content

Conversation

jenstroeger
Copy link
Owner

@jenstroeger jenstroeger commented Jan 17, 2022

Based on the conversation in issue #100.

This package template supports Python 3.9, 3.10, and also 3.11 virtual environments on Linux, Mac, and Windows platforms. Unit testing is currently orchestrated using tox for Python 3.9 and 3.10, we haven’t added 3.11 yet. However, considering PR #99 we’re expanding our CI test matrix across different Python versions and platforms, it doesn’t make sense to run tests against multiple Python versions locally and in CI.

And so we’re now removing tox and run unit tests locally in whichever Python venv the user chooses to work, and without expecting the user to have other Python versions available.

@jenstroeger jenstroeger requested a review from behnazh January 17, 2022 05:02
@jenstroeger
Copy link
Owner Author

@behnazh, I just ran this branch in a Python 3.11 environment and it worked just fine (except pylint which failed because a dependent package failed to build in a 3.11 environment, but that’s ok for now) 🤓

@jenstroeger jenstroeger merged commit 4fd3e83 into staging Jan 19, 2022
@jenstroeger jenstroeger deleted the remove-tox branch February 7, 2022 04:46
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.

2 participants