Codebase list python-procrunner / 93bc57e
Update changelog, remove Travis 3.9dev builds [ci skip] Markus Gerstel 3 years ago
3 changed file(s) with 2 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
33
44 matrix:
55 include:
6 - python: 3.9-dev
7 dist: bionic
8 # - python: 3.9
9 # dist: bionic
10 # env: OPTIONAL=1
116 - python: 3.8
127 - python: 3.7
138 - python: 3.6
33
44 2.3.0 (????-??-??)
55 ------------------
6 * Python 3.6+ only, support for Python 3.5 has been dropped
6 * Add Python 3.9 support, drop Python 3.5 support
77 * Fix a file descriptor leak on subprocess execution
88
99 2.2.0 (2020-09-07)
00 [tox]
1 envlist = py36, py37, py38, py39, flake8
1 envlist = py36, py37, py38, flake8
22
33 [travis]
44 python =
5 3.9: py39
65 3.8: py38
76 3.7: py37
87 3.6: py36