Codebase list python-procrunner / d944faf7-9a03-457d-bb65-050eec4c9252/v2.3.3
Bump version: 2.3.2 → 2.3.3 Drop Windows 3.6 build, as that is no longer available Markus Gerstel 2 years ago
4 changed file(s) with 3 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
7979 vmImage: windows-latest
8080 strategy:
8181 matrix:
82 python36:
83 PYTHON_VERSION: 3.6
8482 python37:
8583 PYTHON_VERSION: 3.7
8684 python38:
00 [bumpversion]
1 current_version = 2.3.2
1 current_version = 2.3.3
22 commit = True
33 tag = True
44
5252
5353 __author__ = """Markus Gerstel"""
5454 __email__ = "scientificsoftware@diamond.ac.uk"
55 __version__ = "2.3.2"
55 __version__ = "2.3.3"
5656
5757 logger = logging.getLogger("procrunner")
5858 logger.addHandler(logging.NullHandler())
00 [metadata]
11 name = procrunner
22 description = Versatile utility function to run external processes
3 version = 2.3.2
3 version = 2.3.3
44 classifiers =
55 Development Status :: 5 - Production/Stable
66 Intended Audience :: Developers