Codebase list python-procrunner / 92f1f2c
Run Python 3.9 tests with updated dependencies Markus Gerstel 3 years ago
7 changed file(s) with 26 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
3131 PYTHON_VERSION: 3.7
3232 python38:
3333 PYTHON_VERSION: 3.8
34 python39:
35 PYTHON_VERSION: 3.9
3436
3537 steps:
3638 - template: .azure-pipelines/ci.yml
4648 PYTHON_VERSION: 3.7
4749 python38:
4850 PYTHON_VERSION: 3.8
51 python39:
52 PYTHON_VERSION: 3.9
4953
5054 steps:
5155 - template: .azure-pipelines/ci.yml
6165 PYTHON_VERSION: 3.7
6266 python38:
6367 PYTHON_VERSION: 3.8
68 python39:
69 PYTHON_VERSION: 3.9
6470
6571 steps:
6672 - template: .azure-pipelines/ci.yml
0 [bumpversion]
1 current_version = 2.2.0
2 commit = True
3 tag = True
4
5 [bumpversion:file:setup.py]
6 search = version="{current_version}"
7 replace = version="{new_version}"
8
9 [bumpversion:file:procrunner/__init__.py]
10 search = __version__ = "{current_version}"
11 replace = __version__ = "{new_version}"
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 [pytest]
1 addopts = -ra
12 junit_family=xunit2
0 [bumpversion]
1 current_version = 2.2.0
2 commit = True
3 tag = True
4
5 [bumpversion:file:setup.py]
6 search = version="{current_version}"
7 replace = version="{new_version}"
8
9 [bumpversion:file:procrunner/__init__.py]
10 search = __version__ = "{current_version}"
11 replace = __version__ = "{new_version}"
12
13 [bdist_wheel]
14 universal = 1
0 [metadata]
1 project-urls =
2 Documentation = https://procrunner.readthedocs.io/
3 GitHub = https://github.com/DiamondLightSource/python-procrunner
4 Bug-Tracker = https://github.com/DiamondLightSource/python-procrunner/issues
155
166 [flake8]
177 exclude = docs
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