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
Release 0.8.0 as the final release to include support for python 2.7.
Release 0.9.0 should follow soon after with no API changes, but without python 2.7 features through the six module. We should also test against python 3.7.
- Remove all super calls in favor of directly calling the
parent method
- Place Mappings in compatibility file
This can safely be reverted as a part of GH Issue CORE-GATECH-GROUP#328, when
python 2 support is removed
- Remove all super calls in favor of directly calling the
parent method
- Place Mappings in compatibility file
This can safely be reverted as a part of GH Issue #328, when
python 2 support is removed
Python 2 will be officially unsupported in 2020. Many packages have already transitioned to remove python 2 support. We should follow suit. I propose the following release schedule:
The text was updated successfully, but these errors were encountered: