commit | 560cf1ed02a900436c5d9e0a0fb3f94b5fd98c55 | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Tue Aug 03 16:35:54 2021 -0400 |
committer | GitHub <noreply@github.com> | Tue Aug 03 16:35:54 2021 -0400 |
tree | 8bb1ae16dc574d35f3d8ec7a44d5ee2b15fe63be | |
parent | 73cbc1ff24b679d55073edbb589ff5d35c6921da [diff] |
fix!: drop support for Python 2.7 (#778) Drop use of 'six' wrapper library. Drop 'u"' prefixes. Drop support for app_engine 'classic' mode (Python 2.7-only). Release-As: 2.0.0b1 Closes #777.