Skip to content

Commit b551d98

Browse files
authored
add python v3.8 (#301)
* add python v3.8
1 parent ac39ea4 commit b551d98

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77

88
runs-on: ubuntu-latest
99
strategy:
10-
max-parallel: 4
10+
max-parallel: 5
1111
matrix:
12-
python-version: [2.7, 3.5, 3.6, 3.7]
12+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
1313

1414
steps:
1515
- uses: actions/checkout@v1

azure-devops/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'Programming Language :: Python :: 3.5',
3131
'Programming Language :: Python :: 3.6',
3232
'Programming Language :: Python :: 3.7',
33+
'Programming Language :: Python :: 3.8',
3334
'License :: OSI Approved :: MIT License',
3435
]
3536

0 commit comments

Comments
 (0)