Skip to content

Commit

Permalink
Add Python 3.8, drop 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 15, 2020
1 parent 35b9af4 commit 394e0cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
@@ -1,17 +1,12 @@
language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- pypy
- pypy3
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -5,15 +5,15 @@
4.5 (unreleased)
================

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

- Add support for Python 3.8.

4.4 (2018-10-05)
================

- Add support for Python 3.7.


4.3.0 (2017-08-03)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,10 +42,10 @@ def read(*rnames):
'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 :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,pypy,py34,py35,py36,py37,pypy3,coverage
py27,py35,py36,py37,py38,pypy,pypy3,coverage

[testenv]
commands =
Expand Down

0 comments on commit 394e0cc

Please sign in to comment.