8000 Update python versions (#291) · codecov/codecov-python@ff88f77 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit ff88f77

Browse files
authored
Update python versions (#291)
* Update python versions * Add 3.8 on GHA
1 parent fb3a25c commit ff88f77

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.5, 3.6, 3.7]
18+
python-version: [3.5, 3.6, 3.7, 3.8]
1919

2020
steps:
2121
- uses: actions/checkout@v2

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ sudo: false
77
python:
88
- 2.7
99
- pypy
10-
- 3.4
1110
- 3.5
1211
- 3.6
1312
- 3.7
13+
- 3.8
1414
- pypy3
1515
matrix:
1616
include:
@@ -24,7 +24,7 @@ matrix:
2424
- python-requests
2525
- python-coverage
2626
- python-mock
27-
- python: 3.7
27+
- python: 3.8
2828
dist: xenial
2929
script: make format
3030

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line number 6BE9 Diff line change
@@ -15,6 +15,7 @@
1515
"Programming Language :: Python :: 3.5",
1616
"Programming Language :: Python :: 3.6",
1717
"Programming Language :: Python :: 3.7",
18+
"Programming Language :: Python :: 3.8",
1819
"Programming Language :: Python :: Implementation :: PyPy",
1920
"License :: OSI Approved :: Apache Software License",
2021
"Topic :: Software Development :: Testing",

0 commit comments

Comments
 (0)
0