We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccf9ab commit 615bb73Copy full SHA for 615bb73
.travis.yml
@@ -4,6 +4,8 @@ python:
4
- '3.5'
5
- '3.6'
6
- '3.7'
7
+ - '3.8'
8
+ - '3.9'
9
10
matrix:
11
include:
setup.py
@@ -21,6 +21,8 @@
21
'Programming Language :: Python :: 3.5',
22
'Programming Language :: Python :: 3.6',
23
'Programming Language :: Python :: 3.7',
24
+ 'Programming Language :: Python :: 3.8',
25
+ 'Programming Language :: Python :: 3.9',
26
],
27
author='OneLogin',
28
author_email='support@onelogin.com',
0 commit comments