Skip to content

Commit

Permalink
Merge pull request #31 from Riscure/revert-30-upgrade-python-version-…
Browse files Browse the repository at this point in the history
…to-3.8

Revert "Upgrade python version to 3.8"
  • Loading branch information
TomHogervorst authored Apr 26, 2022
2 parents 4744008 + 12411aa commit be45fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- '3.8'
- '3.7'

install:
- pip install .
Expand All @@ -12,7 +12,7 @@ jobs:
include:
- stage: deploy
name: Deploy to PyPI
python: '3.8'
python: '3.7'
deploy:
provider: pypi
user: riscure
Expand Down

0 comments on commit be45fac

Please sign in to comment.