AVRO-3004 Drop support for Python 3.5#1151
Conversation
This PR removes 3.5 support from build and setup, including classifiers Closes: AVRO-3004 (https://issues.apache.org/jira/browse/AVRO-3004)
kojiromike
left a comment
There was a problem hiding this comment.
Can we add 3.9 now? I think it will just work.
Also, we might need to remove 3.5 and add 3.9 to the GitHub actions matrix
Done and tests pass. |
RyanSkraba
left a comment
There was a problem hiding this comment.
This almost LGTM -- it seems the docker image that we use for releases (based on debian stretch) is still 3.5.3 and there isn't any 3.6 available for it.
You can merge this safely now, but the next release is going to need a fix to the environment!
|
@RyanSkraba the mega base image is always going to be a sticking point. We have looked at nektos/act as a substitute, but it isn't free from trouble. |
|
For reference, I created https://issues.apache.org/jira/browse/AVRO-3092 to discuss that issue and PR#1155 for a quick fix! But we can probably do better for a long-term solution. |
This PR removes 3.5 support from build and setup, including classifiers
Closes: AVRO-3004 (https://issues.apache.org/jira/browse/AVRO-3004)
Make sure you have checked all steps below.
Jira
Tests
Commits
Documentation
NA