Skip to content

Commit f364922

Browse files
committed
python 3.8
1 parent 95533af commit f364922

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
2-
python: 3.7
3-
dist: xenial
2+
python: 3.8
3+
dist: bionic
44
cache: pip
55
matrix:
66
include:
@@ -12,7 +12,7 @@ matrix:
1212
env: TOXENV=py37
1313
- python: 3.7
1414
env: TOXENV=bandit
15-
- python: pypy3.5
15+
- python: pypy3.6
1616
env: TOXENV=pypy3
1717
install:
1818
- pip install -U setuptools
@@ -36,7 +36,7 @@ deploy:
3636
on:
3737
tags: true
3838
all_branches: true
39-
condition: $TOXENV = py36
39+
condition: $TOXENV = py38
4040
repo: oauthlib/oauthlib
4141
- provider: releases
4242
api_key:
@@ -45,5 +45,5 @@ deploy:
4545
on:
4646
tags: true
4747
all_branches: true
48-
condition: $TOXENV = py36
48+
condition: $TOXENV = py38
4949
repo: oauthlib/oauthlib

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def fread(fn):
5454
'Programming Language :: Python :: 3.5',
5555
'Programming Language :: Python :: 3.6',
5656
'Programming Language :: Python :: 3.7',
57+
'Programming Language :: Python :: 3.8',
5758
'Programming Language :: Python :: 3 :: Only',
5859
'Programming Language :: Python :: Implementation',
5960
'Programming Language :: Python :: Implementation :: CPython',

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py35,py36,py37,pypy,pypy3,docs,readme,bandit,isort
2+
envlist = py35,py36,py37,py38,pypy,pypy3,docs,readme,bandit,isort
33

44
[testenv]
55
deps=
@@ -11,7 +11,7 @@ commands=
1111
# tox -e docs to mimick readthedocs build.
1212
# as of today, RTD is using python3.6 and doesn't run "setup.py install"
1313
[testenv:docs]
14-
basepython=python3.6
14+
basepython=python3.8
1515
skipsdist=True
1616
deps=
1717
sphinx
@@ -22,21 +22,21 @@ commands=make clean html
2222

2323
# tox -e readme to mimick PyPI long_description check
2424
[testenv:readme]
25-
basepython=python3.7
25+
basepython=python3.8
2626
deps=twine>=1.12.0
2727
whitelist_externals=echo
2828
commands=
2929
twine check dist/*
3030

3131
[testenv:bandit]
32-
basepython=python3.7
32+
basepython=python3.8
3333
skipsdist=True
3434
deps=bandit
3535
commands=bandit -b bandit.json -r oauthlib/
3636
whitelist_externals=bandit
3737

3838
[testenv:isort]
39-
basepython = python3.7
39+
basepython = python3.8
4040
usedevelop = false
4141
deps = isort
4242
changedir = {toxinidir}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy