Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit ff88f77

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

File tree

Expand file treeCollapse file tree

3 files changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-3
lines changed

‎.github/workflows/build-test.yml

Copy file name to clipboardExpand all lines: .github/workflows/build-test.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines 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

Copy file name to clipboardExpand all lines: setup.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.