Skip to content

Commit 93bc57e

Browse files
committed
Update changelog, remove Travis 3.9dev builds
[ci skip]
1 parent 35b39f3 commit 93bc57e

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ language: python
44

55
matrix:
66
include:
7-
- python: 3.9-dev
8-
dist: bionic
9-
# - python: 3.9
10-
# dist: bionic
11-
# env: OPTIONAL=1
127
- python: 3.8
138
- python: 3.7
149
- python: 3.6

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ History
44

55
2.3.0 (????-??-??)
66
------------------
7-
* Python 3.6+ only, support for Python 3.5 has been dropped
7+
* Add Python 3.9 support, drop Python 3.5 support
88
* Fix a file descriptor leak on subprocess execution
99

1010
2.2.0 (2020-09-07)

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[tox]
2-
envlist = py36, py37, py38, py39, flake8
2+
envlist = py36, py37, py38, flake8
33

44
[travis]
55
python =
6-
3.9: py39
76
3.8: py38
87
3.7: py37
98
3.6: py36

0 commit comments

Comments
 (0)