Skip to content

Commit

Permalink
chore: Drop support for Python 2.6 and 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Nov 25, 2017
1 parent 90dc8d8 commit ce8764b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
Expand Down
2 changes: 0 additions & 2 deletions paver/path.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
Wrapper around path.py to add dry run support and other paver integration.
"""
from __future__ import with_statement

import functools
import os
from contextlib import contextmanager
Expand Down
4 changes: 0 additions & 4 deletions paver/path25.py

This file was deleted.

3 changes: 0 additions & 3 deletions paver/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: Implementation :: CPython",
"Environment :: Console",
Expand Down

0 comments on commit ce8764b

Please sign in to comment.