We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@Stonesjtu Pointed out that Python 2 is being retired:
python2.7 is retiring in Jan 1st 2020, so probably the master branch can focus on only python 3. Ref. https://pythonclock.org/
According to https://stackoverflow.com/questions/40114100/uploading-different-versions-python-2-7-vs-3-5-to-pypi, we can simply add python_requires='>=3.4' and bump the version. Then if you install the package via pip2, the out-dated one instead of the newest version will be selected.
The text was updated successfully, but these errors were encountered:
Speaking of retiring python2, I think this would be the best time to version our gpustat finally as 1.0.
Sorry, something went wrong.
@wookayin
Let me know if there's anything you want me to do for this.
@wookayin Then you could also resolve #57 by using https://docs.python.org/3/library/shutil.html#shutil.get_terminal_size
Resolved by #67
wookayin
Stonesjtu
Successfully merging a pull request may close this issue.
@Stonesjtu Pointed out that Python 2 is being retired:
The text was updated successfully, but these errors were encountered: