Skip to content

Commit

Permalink
chore: test support for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rado0x54 committed Nov 20, 2020
1 parent 4df897f commit af40ecb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ python:

jobs:
include:
- if: branch IN (master, develop)
python: 3.9
- if: branch IN (master, develop)
python: 3.8
- if: branch IN (master, develop)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def readme():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Home Automation',
'Topic :: Software Development :: Libraries :: Python Modules'
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35, py36, py37, py38, lint
envlist = py27, py35, py36, py37, py38, py39, lint
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit af40ecb

Please sign in to comment.