gopackgo90

Results 12 issues of gopackgo90

The [release notes for 2.8.0](https://github.com/python-zk/kazoo/releases/tag/2.8.0) seem to indicate that Python 3.6 is no longer supported: > __PYTHON SUPPORTED VERSIONS CHANGE__: Please note that Kazoo no longer tests > on Python...

Bug

### Issue description This library doesn't seem to support python 2 but is still producing a universal wheel, `setup.cfg` can just be removed since that is the only entry. https://github.com/braintree/braintree_python/blob/9b58e54eee72a7682bf341e4c9a8a404199e7c3c/setup.cfg

next-major-version
triaged

### Issue description This library should use [python_requires](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#python-requires) to enforce the supported Python version with `pip`.

next-major-version
triaged

In https://github.com/PyMySQL/mysqlclient/commit/684dcbf0657f18c1ba12fe21732323c890ff20ab and https://github.com/PyMySQL/mysqlclient/commit/dac24e7b05b83eb1511e25e3cd8f8c20b7fbe112 it looks like Python 3.6 support has been dropped. This change updates `python_requires` to match so tools like `pip` know not to install the next version...

I have `com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider` 2.10.0 installed in an OSGi environment without `com.fasterxml.jackson.module.jackson-module-jaxb-annotations` installed since it is optional for OSGi environments. However, when I declare `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` as a dependency in my Maven...

3.x