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

Commit7f613b3

Browse files
hugovkgsnedders
authored andcommitted
Drop support for EOL Python 3.3 (#358)
1 parente9ef538 commit7f613b3

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

‎.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ python:
44
-"3.6"
55
-"3.5"
66
-"3.4"
7-
-"3.3"
87
-"2.7"
98

109
sudo:false

‎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 https://html5lib.readthedocs.io/.
9090
Installation
9191
------------
9292

93-
html5lib works on CPython 2.7+, CPython 3.3+ and PyPy. To install it,
93+
html5lib works on CPython 2.7+, CPython 3.4+ 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
@@ -66,7 +66,6 @@ def default_environment():
6666
'Programming Language :: Python :: 2',
6767
'Programming Language :: Python :: 2.7',
6868
'Programming Language :: Python :: 3',
69-
'Programming Language :: Python :: 3.3',
7069
'Programming Language :: Python :: 3.4',
7170
'Programming Language :: Python :: 3.5',
7271
'Programming Language :: Python :: 3.6',

‎tox.ini

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

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp