Skip to content

Commit

Permalink
Revert "Bump Python to 3.9"
Browse files Browse the repository at this point in the history
Bring back compatibility with Netlify
  • Loading branch information
MattiSG committed Jun 16, 2022
1 parent c5ed8cf commit 2099f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: python:3.9
- image: python:3.7
steps:
- checkout

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

deploy:
docker:
- image: python:3.9
- image: python:3.7
steps:
- checkout
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9
3.7

0 comments on commit 2099f02

Please sign in to comment.