-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: drop support for Python 2 #3232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Next steps (in separate PRs) after this has been merged:
Oh, and I'd recommend having a 1.6.1 or 1.7.0 release before bumping to 2.0.0 |
51b3047 to
4cd86ba
Compare
|
I have the compatibility removal branch in a somewhat ready state here: |
e150501 to
8f6da5d
Compare
gravyboat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thumbs up from me, looks good!
- Bump Python version requirement to 3.5 - Remove unneeded compatibility dependencies - Remove py2 warning from streamlink.session - Update pypi package classifiers - Update docs - Remove universal bdist_wheel - Update CI test runners and codecov config
8f6da5d to
940173e
Compare
|
Rebased and squashed both commits and updated the commit message accordingly. |
This is WIP and needs to be properly tested in a test-release first.
Additional resources:
Resolves #2896
Closes #2920