Skip to content

Commit

Permalink
Merge pull request #2146 from mozilla/update-python-3.9.13
Browse files Browse the repository at this point in the history
Update to Python 3.9.13
  • Loading branch information
jwhitlock authored Jul 6, 2022
2 parents a8506de + 2792f9c commit 0bb8143
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commands:
executors:
python:
docker:
- image: cimg/python:3.9.12
- image: cimg/python:3.9.13
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:

upload_coverage:
docker:
- image: cimg/python:3.9.12-node
- image: cimg/python:3.9.13-node
steps:
- attach_workspace:
at: /tmp/workspace
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:

python_test_postgres:
docker:
- image: cimg/python:3.9.12
- image: cimg/python:3.9.13
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.12
FROM python:3.9.13

ARG CIRCLE_BRANCH
ARG CIRCLE_SHA1
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.12
python-3.9.13

0 comments on commit 0bb8143

Please sign in to comment.