Enable Python 3.8 support
Markus Gerstel
3 years ago
3 | 3 |
|
4 | 4 |
matrix:
|
5 | 5 |
include:
|
|
6 |
- python: 3.8
|
|
7 |
dist: xenial
|
|
8 |
sudo: true
|
6 | 9 |
- python: 3.7
|
7 | 10 |
dist: xenial
|
8 | 11 |
sudo: true
|
|
10 | 13 |
- python: 3.5
|
11 | 14 |
- python: 2.7
|
12 | 15 |
- python: pypy
|
|
16 |
- os: osx
|
|
17 |
language: generic
|
|
18 |
env: CONDA=3.8 TOXENV=py38
|
13 | 19 |
- os: osx
|
14 | 20 |
language: generic
|
15 | 21 |
env: CONDA=3.7 TOXENV=py37
|
|
62 | 68 |
on:
|
63 | 69 |
tags: true
|
64 | 70 |
repo: DiamondLightSource/python-procrunner
|
65 | |
python: 3.7
|
|
71 |
python: 3.8
|
101 | 101 |
2. If the pull request adds functionality, the docs should be updated. Put
|
102 | 102 |
your new functionality into a function with a docstring, and add the
|
103 | 103 |
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
|
105 | 105 |
https://travis-ci.org/DiamondLightSource/python-procrunner/pull_requests
|
106 | 106 |
and make sure that the tests pass for all supported Python versions.
|
107 | 107 |
|
11 | 11 |
UNSTABLE: 1
|
12 | 12 |
- PYTHON: "C:\\Python37"
|
13 | 13 |
UNSTABLE: 1
|
|
14 |
- PYTHON: "C:\\Python38"
|
|
15 |
UNSTABLE: 1
|
14 | 16 |
- PYTHON: "C:\\Python27-x64"
|
15 | 17 |
- PYTHON: "C:\\Python35-x64"
|
16 | 18 |
UNSTABLE: 1
|
17 | 19 |
- PYTHON: "C:\\Python36-x64"
|
18 | 20 |
UNSTABLE: 1
|
19 | 21 |
- PYTHON: "C:\\Python37-x64"
|
|
22 |
UNSTABLE: 1
|
|
23 |
- PYTHON: "C:\\Python38-x64"
|
20 | 24 |
UNSTABLE: 1
|
21 | 25 |
|
22 | 26 |
matrix:
|
36 | 36 |
"Programming Language :: Python :: 3.5",
|
37 | 37 |
"Programming Language :: Python :: 3.6",
|
38 | 38 |
"Programming Language :: Python :: 3.7",
|
|
39 |
"Programming Language :: Python :: 3.8",
|
39 | 40 |
"Programming Language :: Python :: Implementation :: PyPy",
|
40 | 41 |
"Programming Language :: Python :: Implementation :: CPython",
|
41 | 42 |
"Topic :: Software Development :: Libraries :: Python Modules",
|