Skip to content

Commit 2b225fc

Browse files
committed
Stop python 2.7 and 3.5 support
1 parent 40b5235 commit 2b225fc

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Unreleased
2828
- Check for ``sqlalchemy.`` to avoid matching packages with names starting
2929
with ``sqlalchemy`` (6237a0f_)
3030
- Use SQLAlchemy's Column.doc for WTForm's Field.description (`#21`_)
31-
- Style pre-commit (`#624`_)
31+
- Stopped support for python < 3.5 and added a style pre-commit hook. (`#624`_)
3232

3333
.. _#2: https://github.com/wtforms/wtforms-sqlalchemy/pull/2
3434
.. _#3: https://github.com/wtforms/wtforms-sqlalchemy/pull/3

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"License :: OSI Approved :: BSD License",
1717
"Operating System :: OS Independent",
1818
"Programming Language :: Python",
19-
"Programming Language :: Python :: 2.7",
2019
"Programming Language :: Python :: 3",
21-
"Programming Language :: Python :: 3.5",
2220
"Programming Language :: Python :: 3.6",
2321
"Programming Language :: Python :: 3.7",
2422
"Programming Language :: Python :: 3.8",

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, py35, py36, py37, py38, style
2+
envlist = py36, py37, py38, style
33

44
[testenv]
55
setenv =

0 commit comments

Comments
 (0)