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

Commit

Permalink
Update python versions (#291)
Browse files Browse the repository at this point in the history
* Update python versions

* Add 3.8 on GHA
  • Loading branch information
thomasrockhu committed Aug 26, 2020
1 parent fb3a25c commit ff88f77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7]
python-version: [3.5, 3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,10 +7,10 @@ sudo: false
python:
- 2.7
- pypy
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- pypy3
matrix:
include:
Expand All @@ -24,7 +24,7 @@ matrix:
- python-requests
- python-coverage
- python-mock
- python: 3.7
- python: 3.8
dist: xenial
script: make format

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -15,6 +15,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Testing",
Expand Down

0 comments on commit ff88f77

Please sign in to comment.