Skip to content

Commit

Permalink
Merge pull request #141 from MycroftAI/feature/python3.9-testing
Browse files Browse the repository at this point in the history
Add Python3.9 to tested versions and bump version number
  • Loading branch information
krisgesling authored Nov 2, 2020
2 parents 1f17d1f + 5761f8e commit 78b8ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def required(requirements_file):

setup(
name='lingua_franca',
version='0.2.3',
version='0.3.0',
packages=['test', 'lingua_franca', 'lingua_franca.lang'],
url='https://github.com/MycroftAI/lingua-franca',
license='Apache2.0',
Expand All @@ -49,5 +49,6 @@ def required(requirements_file):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)

0 comments on commit 78b8ede

Please sign in to comment.