Codebase list python-procrunner / 72fa7b3
Officially support Python 3.7 Markus Gerstel 5 years ago
5 changed file(s) with 10 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
66 - python: 3.7
77 dist: xenial
88 sudo: true
9 env: OPTIONAL=1
109 - python: 3.6
1110 - python: 3.5
1211 - python: 3.4
3029
3130 allow_failures:
3231 - env: OPTIONAL=1
33 - env: PYTHON=3.7.0 TOXENV=py37
3432
3533 fast_finish: true
3634
7674 on:
7775 tags: true
7876 repo: DiamondLightSource/python-procrunner
79 python: 3.6
77 python: 3.7
101101 2. If the pull request adds functionality, the docs should be updated. Put
102102 your new functionality into a function with a docstring, and add the
103103 feature to the list in README.rst.
104 3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6, and for PyPy. Check
104 3. The pull request should work for Python 2.7, 3.4, 3.5, 3.6, 3.7, and for PyPy. Check
105105 https://travis-ci.org/DiamondLightSource/python-procrunner/pull_requests
106106 and make sure that the tests pass for all supported Python versions.
107107
00 =======
11 History
22 =======
3
4 0.7.2 (2018-10-05)
5 ------------------
6
7 * Officially support Python 3.7
38
49 0.7.1 (2018-09-03)
510 ------------------
1919 :target: https://pyup.io/repos/github/DiamondLightSource/python-procrunner/
2020 :alt: Updates
2121
22 .. image:: https://img.shields.io/pypi/pyversions/procrunner.svg
23 :target: https://pypi.python.org/pypi/procrunner
2224
2325 Versatile utility function to run external processes
2426
3535 'Programming Language :: Python :: 3.4',
3636 'Programming Language :: Python :: 3.5',
3737 'Programming Language :: Python :: 3.6',
38 'Programming Language :: Python :: 3.7',
3839 'Programming Language :: Python :: Implementation :: PyPy',
3940 'Programming Language :: Python :: Implementation :: CPython',
4041 'Topic :: Software Development :: Libraries :: Python Modules',