-
Notifications
You must be signed in to change notification settings - Fork 232
Fix distutils.version.Version
deprecation warning (python 3.10)
#727
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fd48614
to
265c70d
Compare
4 tasks
74cdb28
to
5a2e705
Compare
0f75f46
to
2f4a907
Compare
b0e744e
to
5323c18
Compare
Version
deprecation warning (python 3.10)
1298511
to
be197a9
Compare
5a2e705
to
5d17967
Compare
7ea3bc1
to
3f75ec3
Compare
Codecov Report
@@ Coverage Diff @@
## master #727 +/- ##
=======================================
Coverage 76.64% 76.64%
=======================================
Files 24 24
Lines 1623 1623
Branches 367 367
=======================================
Hits 1244 1244
Misses 269 269
Partials 110 110
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
4dae786
to
7dab69a
Compare
tony
added a commit
to tmux-python/libtmux
that referenced
this pull request
Dec 10, 2022
Deprecate distutils.version.LooseVersion for our own LegacyVersion Fixes #348, #349 See also: tmux-python/tmuxp#727
tony
added a commit
that referenced
this pull request
Dec 10, 2022
7dab69a
to
a847647
Compare
Version
deprecation warning (python 3.10)distutils.version.Version
deprecation warning (python 3.10)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix #768
See also: tmux-python/libtmux#351