CI: Update to CPython 3.10 release and add specific PyPy versions (3.6, 3.7, 3.8) #1141
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
We recently added CI support for a release-candidate version of CPython 3.10 - this is now released and available in Github Actions, so can be updated and should track later releases too.
PyPy support has been present for some time, but different python versions appeared to be challenging in the past - this seems more straightforward now, so we have separate tests under 3.6, 3.7 and 3.8.
(Note that more generally 3.6 will be end-of-life soon, so this will make updating specific python versions more explicit when we remove support too)
Tested?
CI has been updated.