You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use base class distutils.cmd.Command if/when necessary (#89)
* Use base class `distutils.cmd.Command` if/when necessary
* Retired py3.6 tests - best effort for py3.6 from now on
* Require py3.7+, dropped support for py3.6
* Replaced old school class call with `super()`
* Added comment explaining why explicitly pointing to pypi.org official mirror
---------
Co-authored-by: Zoran Simic <zsimic@netflix.com>
0 commit comments