gopackgo90

Results 5 comments of gopackgo90

Seems like you may need to set your own cipher in `requests`, see https://stackoverflow.com/questions/38015537/python-requests-exceptions-sslerror-dh-key-too-small. I think this may also depend on the OpenSSL version that your Python is using too....

What do you think about this?: ``` [bdist_wheel] python-tag = py3 ``` I guess I'm not sure if `universal = 1` is some sort of magic "pure python" marker. I'm...

https://peps.python.org/pep-0425/#id1 > a user might accept only the *-none-any tags to only download built packages that advertise themselves as being pure Python. If you were to drop the `universal` flag...

You're already preventing users from installing the latest version of this library on Python 3.5. What makes Python 3.6 so special that despite dropping official support for/testing on it you...

I added a separate PR to add `requires-python` to help users so they don't accidentally install incompatible versions of `pika` in their environments and don't have to pin the versions...