Clean up remaining Python 3.8 references #269
Merged
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.
We're on 3.10 now. #268 didn't quite finish #261.
This fixes some misleading docs and the
python_requires
field insetup.py
. That should be all of it now.I have separate TODOs for upgrading doc and test dependencies to eliminate their depreciation warnings which popped up after the 3.10 upgrade, but the package release itself doesn't have dependencies, so fixing those isn't a blocker.