contentful / contentful.py

Python client for the Contentful Content Delivery API https://www.contentful.com/developers/documentation/content-delivery-api/
MIT License
45 stars 39 forks source link

fix(entry): return None if the nested link is unresolvable #59

Closed Spring3 closed 4 years ago

Spring3 commented 4 years ago

resolved #58

freakyfelt commented 4 years ago

@dlitvakb any idea how to make travis-ci happy? Looks like py3.4 is no longer supported by PyYAML

PyYAML requires Python '>=2.7, !=3.0., !=3.1., !=3.2., !=3.3., !=3.4.*' but the running Python is 3.4.8

dlitvakb commented 4 years ago

Yeah, I was updating this, Python 3.4 is already EOL, so I'm removing it and adding 3.8 to the list. But meetings and a software update blocked me 😅