joestump / python-oauth2

A fully tested, abstract interface to creating OAuth clients and servers.
MIT License
2.99k stars 912 forks source link

Remove python 3.3, add python 3.5 and 3.6 #220

Closed nikolas closed 6 years ago

nikolas commented 7 years ago

Python 3.3 has reached end of life: https://www.python.org/downloads/release/python-336/

codecov-io commented 7 years ago

Codecov Report

Merging #220 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #220   +/-   ##
=======================================
  Coverage   96.05%   96.05%           
=======================================
  Files           5        5           
  Lines         482      482           
=======================================
  Hits          463      463           
  Misses         19       19

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6689960...7dd5d75. Read the comment docs.

TimSC commented 6 years ago

I pulled this PR into a new fork: https://github.com/TimSC/python-oauth10a