diff --git a/.travis.yml b/.travis.yml index 8008e86..02037c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,3 +32,4 @@ deploy: on: repo: randomsync/robotframework-mqttlibrary tags: true + python: '3.7' diff --git a/setup.py b/setup.py index 9b9b733..52713a3 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.7', 'Topic :: Software Development :: Testing', ], keywords = 'robotframework testing testautomation mqtt',