File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed
Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pendulum
1616
1717Python 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments