Skip to content

Commit eafb507

Browse files
committed
Drops support for Python 3.2 and 3.3
1 parent 849699a commit eafb507

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ matrix:
66
env: PENDULUM_EXTENSIONS=1
77
- python: 2.7
88
env: PENDULUM_EXTENSIONS=0
9-
- python: 3.2
10-
env: PENDULUM_EXTENSIONS=1
11-
- python: 3.2
12-
env: PENDULUM_EXTENSIONS=0
13-
- python: 3.3
14-
env: PENDULUM_EXTENSIONS=1
15-
- python: 3.3
16-
env: PENDULUM_EXTENSIONS=0
179
- python: 3.4
1810
env: PENDULUM_EXTENSIONS=1
1911
- python: 3.4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- Added support for the alternative formatter's tokens in `from_format()`
88
- Added a `timezones` module attribute to expose available timezones.
99

10+
### Changed
11+
12+
- Dopped support for Python 3.2 and 3.3.
13+
1014

1115
## [1.2.5] - 2017-09-04
1216

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pendulum
1616

1717
Python datetimes made easy.
1818

19-
Supports Python **2.7+**, **3.2+** and **PyPy**.
19+
Supports Python **2.7+**, **3.4+** and **PyPy**.
2020

2121

2222
.. code-block:: python

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ environment:
44
matrix:
55
- PYTHON: "C:/Python27"
66
- PYTHON: "C:/Python27-x64"
7-
- PYTHON: "C:/Python33"
8-
- PYTHON: "C:/Python33-x64"
97
- PYTHON: "C:/Python34"
108
- PYTHON: "C:/Python34-x64"
119
- PYTHON: "C:/Python35"

0 commit comments

Comments
 (0)