diff --git a/.travis.yml b/.travis.yml index 848b47b..1e40786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ deploy: script: npx semantic-release skip_cleanup: true on: - python: '3.7' + python: '3.8' branch: master - provider: pypi @@ -47,5 +47,5 @@ deploy: repository: https://upload.pypi.org/legacy skip_cleanup: true on: - python: '3.7' + python: '3.8' tags: true