Skip to content

Commit 615bb73

Browse files
committed
Add reference to python 3.8 and 3.9 support
1 parent 3ccf9ab commit 615bb73

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- '3.5'
55
- '3.6'
66
- '3.7'
7+
- '3.8'
8+
- '3.9'
79

810
matrix:
911
include:

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
'Programming Language :: Python :: 3.5',
2222
'Programming Language :: Python :: 3.6',
2323
'Programming Language :: Python :: 3.7',
24+
'Programming Language :: Python :: 3.8',
25+
'Programming Language :: Python :: 3.9',
2426
],
2527
author='OneLogin',
2628
author_email='[email protected]',

0 commit comments

Comments
 (0)