braintree / braintree_python

Braintree Python library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
242 stars 115 forks source link

Support Python 3.6 and 3.7 #103

Closed sybrenstuvel closed 5 years ago

sybrenstuvel commented 5 years ago

General information

Issue description

According to the README.md and setup.py files, the latest supported version of Python 3.5. Version 3.6 was released almost two years ago. Please test & support with the latest official release.

crookedneighbor commented 5 years ago

Thanks for mentioning this, we'll get it fixed up.

oYukiLiu commented 5 years ago

Does it support Python 3.6 and 3.7 now?

crookedneighbor commented 5 years ago

It does. We just updated our internal testing infrastructure to explicitly test against python 3.7.

The README will be updated in the next release.

crookedneighbor commented 5 years ago

The README has been updated https://github.com/braintree/braintree_python#dependencies

Achilles718611 commented 5 years ago

I have got error when generate client token in python3.7.

urllib3.contrib.appengine.AppEnginePlatformError: URLFetch is not available in this environment.

How to fix it?

leeclemens commented 5 years ago

@Achilles718611 It may be best to create a new Issue, and provide the output of pip list to see what versions of any other dependencies you are using.

wodCZ commented 5 years ago

Hello, the Get Started documentation for Python SDK is still outdated:

Supports Python 2.6, 2.7, 3.3, 3.4, and 3.5. The final version that supports Python 2.5 is 2.29.1

crookedneighbor commented 5 years ago

I've reported your feedback to our docs team. In the future, you can contact them directly by using the feedback button at the bottom of every docs page.