10000 Update to Python 3.9 (#301) · codecov/codecov-python@5862842 · 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 5862842

Browse files
gshenithomasrockhu
andauthored
Update to Python 3.9 (#301)
* Update .travis.yml * Update setup.py * Update build-test.yml * Update .travis.yml Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>
1 parent 76b4f7c commit 5862842

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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, 3.8]
18+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1919

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

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python:
1111
- 3.6
1212
- 3.7
1313
- 3.8
14+
- 3.9-dev
1415
- pypy3
1516
matrix:
1617
include:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"Programming Language :: Python :: 3.6",
1717
"Programming Language :: Python :: 3.7",
1818
"Programming Language :: Python :: 3.8",
19+
"Programming Language :: Python :: 3.9",
1920
"Programming Language :: Python :: Implementation :: PyPy",
2021
"License :: OSI Approved :: Apache Software License",
2122
"Topic :: Software Development :: Testing",

0 commit comments

Comments
 (0)
0