Skip to content

Commit e82078b

Browse files
authored
[MNT] - Add python 3.9 testing (#188)
* add python 3.9 testing * list 3.9 support
1 parent 618c2c8 commit e82078b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

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

910
install:
1011
- pip install -r requirements.txt

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
'Programming Language :: Python :: 3.5',
4242
'Programming Language :: Python :: 3.6',
4343
'Programming Language :: Python :: 3.7',
44-
'Programming Language :: Python :: 3.8'
44+
'Programming Language :: Python :: 3.8',
45+
'Programming Language :: Python :: 3.9'
4546
],
4647
platforms = 'any',
4748
project_urls = {

0 commit comments

Comments
 (0)