Skip to content

Commit f6facae

Browse files
committed
upgrade packaged and python version
1 parent 4ab127e commit f6facae

File tree

3 files changed

+261
-223
lines changed

3 files changed

+261
-223
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
defaults: &defaults
44
docker:
5-
- image: circleci/python:3.6.6
5+
- image: circleci/python:3.7
66
working_directory: ~/flask-jwt-consumer
77

88
jobs:

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ WebTest = "*"
2323
pyjwt = "*"
2424
flask = "*"
2525
cryptography = "*"
26+
dev = "*"
2627

2728
[requires]
28-
python_version = "3.6"
29+
python_version = "3.7"

0 commit comments

Comments
 (0)