Skip to content

Commit 1a0eff2

Browse files
authored
drop Python v2.6 support (#287)
1 parent 785435f commit 1a0eff2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- '2.6'
54
- '2.7'
65
- '3.3'
76
- '3.4'

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ Changelog
33
=========
44

55
Development
6-
================
6+
===========
77
- (Fill this out as you fix issues and develop you features).
88

9+
Changes in 0.9.0
10+
================
11+
- BREAKING CHANGE: Dropped Python v2.6 support
12+
913
Changes in 0.8.2
1014
================
1115
- Fixed relying on mongoengine.python_support.

0 commit comments

Comments
 (0)