Codebase list python-procrunner / d59eda4
Enable Python 3.8 support Markus Gerstel 3 years ago
4 changed file(s) with 13 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33
44 matrix:
55 include:
6 - python: 3.8
7 dist: xenial
8 sudo: true
69 - python: 3.7
710 dist: xenial
811 sudo: true
1013 - python: 3.5
1114 - python: 2.7
1215 - python: pypy
16 - os: osx
17 language: generic
18 env: CONDA=3.8 TOXENV=py38
1319 - os: osx
1420 language: generic
1521 env: CONDA=3.7 TOXENV=py37
6268 on:
6369 tags: true
6470 repo: DiamondLightSource/python-procrunner
65 python: 3.7
71 python: 3.8
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.5, 3.6, 3.7, and for PyPy. Check
104 3. The pull request should work for Python 2.7, 3.5, 3.6, 3.7, 3.8, 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
1111 UNSTABLE: 1
1212 - PYTHON: "C:\\Python37"
1313 UNSTABLE: 1
14 - PYTHON: "C:\\Python38"
15 UNSTABLE: 1
1416 - PYTHON: "C:\\Python27-x64"
1517 - PYTHON: "C:\\Python35-x64"
1618 UNSTABLE: 1
1719 - PYTHON: "C:\\Python36-x64"
1820 UNSTABLE: 1
1921 - PYTHON: "C:\\Python37-x64"
22 UNSTABLE: 1
23 - PYTHON: "C:\\Python38-x64"
2024 UNSTABLE: 1
2125
2226 matrix:
3636 "Programming Language :: Python :: 3.5",
3737 "Programming Language :: Python :: 3.6",
3838 "Programming Language :: Python :: 3.7",
39 "Programming Language :: Python :: 3.8",
3940 "Programming Language :: Python :: Implementation :: PyPy",
4041 "Programming Language :: Python :: Implementation :: CPython",
4142 "Topic :: Software Development :: Libraries :: Python Modules",