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

requests / requests-oauthlib / 196
90%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2017 04:09AM UTC
Jobs 4
Files 14
Run time 15s
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

pending completion
196

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

2 of 2 new or added lines in 1 file covered. (100.0%)

406 of 463 relevant lines covered (87.69%)

3.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 196.1 17 Apr 2017 04:09AM UTC 0
85.96
Travis Job 196.1
2 196.2 17 Apr 2017 04:09AM UTC 0
87.47
Travis Job 196.2
3 196.3 17 Apr 2017 04:09AM UTC 0
87.47
Travis Job 196.3
5 196.5 17 Apr 2017 04:09AM UTC 0
87.47
Travis Job 196.5
Source Files on build 196
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #196
  • Pull Request #273
  • PR Base - master (#194)
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