Skip to content

Commit

Permalink
Drop support for Python 3.4 to get a working % operator on bytes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 5, 2018
1 parent b4da5c7 commit 165c28c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -6,7 +6,7 @@ For changes before version 3.0, see ``HISTORY.rst``.
4.0b4 (unreleased)
------------------

- Nothing changed yet.
- Drop support for Python 3.4.


4.0b3 (2018-01-27)
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -7,8 +7,6 @@ environment:
matrix:
- python: 27
- python: 27-x64
- python: 34
- python: 34-x64
- python: 35
- python: 35-x64
- python: 36
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -52,7 +52,6 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -2,7 +2,6 @@
envlist =
# flake8,
py27,
py34,
py35,
py36,
# isort,
Expand Down

0 comments on commit 165c28c

Please sign in to comment.