Skip to content

Commit

Permalink
Revert Python 3.7 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 6, 2019
1 parent 0193e74 commit 1023291
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 41 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Expand Up @@ -2,6 +2,8 @@ environment:
global:
RANDOM_SEED: 0
matrix:
- PYTHON_MAJOR: 3
PYTHON_MINOR: 6
- PYTHON_MAJOR: 3
PYTHON_MINOR: 7

Expand Down
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,7 +1,10 @@
dist: xenial

language: python
python: 3.7
matrix:
include:
- python: 3.6
- python: 3.7
dist: xenial
sudo: true

cache:
pip: true
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Expand Up @@ -6,7 +6,7 @@ name = "pypi"

[requires]

python_version = "3.7"
python_version = "3" # TODO: Pin Python minor version after upgrade to 3.7

[packages]

Expand All @@ -21,7 +21,7 @@ Flask-Script = "~=2.0.6"
background = "*"
markdown = "~=3.0.1"
minilog = "*"
pillow = "~=6.0.0"
pillow = "~=4.1.1"
profanityfilter = "~=2.0.5"
pymdown-extensions = "<6"
requests = "~=2.20.0"
Expand All @@ -32,7 +32,7 @@ yorm = "~=1.6.2"
blinker = "~=1.4"
bugsnag = "~=3.1.1"
eventlet = "==0.21.0"
gunicorn = "~=19.9.0"
gunicorn = "~=19.7.1"

[dev-packages]

Expand Down
77 changes: 42 additions & 35 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1023291

Please sign in to comment.