• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

requests / requests-oauthlib / 196 / 3
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2017 04:09AM UTC
Files 14
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Apr 2017 04:08AM UTC coverage: 87.473% (+0.7%) from 86.78%
196.3

Pull #273

travis-ci

web-flow
Drop support for Python 2.6

I would humbly like to suggest requests-oauthlib drop support for Python
2.6.

The last release of Python 2.6 was 2013-10-29, over 3 years ago. It is
no longer receiving security fixes.

https://www.python.org/dev/peps/pep-0361/

The pip project itself has recently dropped support for 2.6. Their
numbers estimate that Python 2.6 accounts for ~2% of their downloads.

https://github.com/pypa/pip/pull/4343

For projects that still use Python 2.6, they can continue to pip install
an older version.

I've tried my best to remove as much 2.6 specific code as I can,
including the 'Programming Language :: Python :: 2.6' trove classifier
from setup.py. I've also removed Travis CI testing, which should result
in faster testing and fewer wasted resources.

Code removed:

- setup.py cleanups due to fewer version complications
- Testing configuration
- Logging workaround for missing NullHandler
- Removed unittest2 dependency and monkey patching
- StringIO import errors

Thanks for considering.
Pull Request #273: Drop support for Python 2.6

405 of 463 relevant lines covered (87.47%)

0.87 hits per line

Source Files on job 196.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 196
  • Travis Job 196.3
  • 840cc151 on github
  • Prev Job for on master (#194.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc