arskom / spyne

A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
http://spyne.io
Other
1.13k stars 313 forks source link

Update test matrix to supported Python/Django combinations #638

Closed antonagestam closed 4 years ago

antonagestam commented 4 years ago
plq commented 4 years ago

This looks good. My only objection is the suppression of Python 2.7 targets. I'm planning to support 2.7 for as long as I can. Could you please add back the pair of 2.7 along with the with the latest Django release that supports it? I'm OK even if this version is unsupported by the Django community.

antonagestam commented 4 years ago

Sure, Django 1.11 is the last Django version to support Python 2.7, I'll add that combination. For reference I've used these pages to determine which version combinations to keep:

A simplification of the matrix changes after I add back 2.7 are:

antonagestam commented 4 years ago

Sorry, I might have misread your comment, did you want to keep py27-dj18 as well?

plq commented 4 years ago

Just the latest version that supports 2.7 would be enough.

plq commented 4 years ago

Jenkins, run tests.

plq commented 4 years ago

Brilliant. Thanks a lot for your help.

antonagestam commented 4 years ago

@plq Thanks for reviewing and merging so quickly! 🙏