Skip to content

Commit bdaf5bf

Browse files
Merge pull request #678 from gliptak/python1
Indicate python 3.8 as supported
2 parents 0f29cc4 + 03583c8 commit bdaf5bf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ language: python
55
python:
66
- 3.6
77
- 3.7
8+
- 3.8
89
- pypy3
910

1011
addons:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifier =
2222
Programming Language :: Python :: 3 :: Only
2323
Programming Language :: Python :: 3.6
2424
Programming Language :: Python :: 3.7
25+
Programming Language :: Python :: 3.8
2526
requires-dist = setuptools
2627
keywords =
2728
saml

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
envlist =
33
py36
44
py37
5+
py38
56
pypy3
67

78
[testenv]

0 commit comments

Comments
 (0)