Closed abitrolly closed 2 years ago
I like to keep the matrix as it is easier to see which version fails. You might want to add the explicit environment instead, see: https://github.com/devpi/devpi/blob/main/.github/workflows/main.yml#L61 https://github.com/devpi/devpi/blob/main/.github/workflows/main.yml#L85
I added Python 3.10 to the tox
matrix and now tests fail. I am adding GitHub Action environment for selecting Python for tox
.
Added tox
+ GitHub Actions matrix. Now need to fix the tests.
All Python 3 tests fixed. @fschulze this is ready for review.
This removes Python matrix from actions workflow, because tested Python versions are configured in
tox.ini
.