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

Add CI testing for Python 3.7 and 3.8 (dev) #24

Closed swt2c closed 5 years ago

phillbaker commented 5 years ago

Thanks! Looks like Travis didn’t like this though. Is the distro argument needed?

On Wed, Aug 21, 2019 at 8:26 PM Scott Talbert notifications@github.com wrote:


You can view, comment on, or merge this pull request online at:

https://github.com/suds-community/suds/pull/24 Commit Summary

  • Add CI testing for Python 3.7 and 3.8 (dev)

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/suds-community/suds/pull/24?email_source=notifications&email_token=AAAXCKLSMXZWYV53UYPF7PDQFXMLLA5CNFSM4IOPQ4LKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGU2UEA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAXCKMYU2DU24D6KMEHUFLQFXMLLANCNFSM4IOPQ4LA .

swt2c commented 5 years ago

Yeah, it is needed for 3.7+. I'll try going back to xenial.

swt2c commented 5 years ago

That fixed things, but it seems more fixes are needed for 3.8.

swt2c commented 5 years ago

Should be good now.