suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

Support for python 3.6+ planned? #52

Closed cdvv7788 closed 3 years ago

cdvv7788 commented 3 years ago

Currently in pypi only python up to 3.6 can use this package.

phillbaker commented 3 years ago

Hello, thanks for opening an issue. Can you be specific about the limitation you're seeing?

I see that we only list up to python 3.6 in the classifiers here: https://github.com/suds-community/suds/blob/14910001c2c782521d9ad8154aabfb0d06e67c0d/setup.py#L710-L712

However, that's not a hard requirement like python_requires. In addition, python 3.6 through 3.9 are currently tested: https://github.com/suds-community/suds/blob/14910001c2c782521d9ad8154aabfb0d06e67c0d/.travis.yml#L6-L9

cdvv7788 commented 3 years ago

My bad. Indeed it works. It would be nice to add the tags in pypi so 3.8 shows there too. Thanks for answering. Closing this.