Skip to content

Commit

Permalink
Merge pull request #8 from michael-lazar/py38
Browse files Browse the repository at this point in the history
Add support for python 3.8 and flask 1.1
  • Loading branch information
michael-lazar authored Jan 11, 2020
2 parents 8ffc446 + 03f3df4 commit 1024ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
language: python
sudo: required
dist: xenial

env:
- FLASK=0.11
- FLASK=0.12
- FLASK=1.0
- FLASK=1.1

python:
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8

before_install:
- pip install coveralls
Expand Down
2 changes: 1 addition & 1 deletion flask_gopher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__title__ = 'Flask-Gopher'
__author__ = 'Michael Lazar'
__license__ = 'GPL-3.0'
__copyright__ = '(c) 2018 Michael Lazar'
__copyright__ = '(c) 2020 Michael Lazar'

from .__version__ import __version__

Expand Down

0 comments on commit 1024ef2

Please sign in to comment.