Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5efd7d6

Browse files
committed
Drop Python 3.2 support.
1 parentf796cca commit5efd7d6

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

‎.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ language: python
22
python:
33
-"2.6"
44
-"2.7"
5-
-"3.2"
65
-"3.3"
76
-"3.4"
87
-"3.5"
98
-"pypy"
10-
-"pypy3"
119

1210
sudo:false
1311

‎CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Released on XXX
2626
this makes html5lib compliant with the Encoding Standard, and
2727
introduces a required dependency on webencodings.
2828

29+
* Cease supporting Python 3.2 (in both CPython and PyPy forms).
30+
2931

3032
0.9999999/1.0b8
3133
~~~~~~~~~~~~~~~

‎README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ More documentation is available at http://html5lib.readthedocs.org/.
9090
Installation
9191
------------
9292

93-
html5lib works on CPython 2.6+, CPython 3.2+ and PyPy. To install it,
93+
html5lib works on CPython 2.6+, CPython 3.3+ and PyPy. To install it,
9494
use:
9595

9696
..code-block::bash

‎setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
'Programming Language :: Python :: 2.6',
1616
'Programming Language :: Python :: 2.7',
1717
'Programming Language :: Python :: 3',
18-
'Programming Language :: Python :: 3.2',
1918
'Programming Language :: Python :: 3.3',
2019
'Programming Language :: Python :: 3.4',
2120
'Programming Language :: Python :: 3.5',

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py26,py27,py32,py33,py34,py35,pypy,pypy3}-{base,optional}
2+
envlist = {py26,py27,py33,py34,py35,pypy}-{base,optional}
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp