Skip to content

Commit

Permalink
Merge pull request #4010 from mozilla/python-3-10-13
Browse files Browse the repository at this point in the history
Update to Python 3.10.13
  • Loading branch information
say-yawn authored Oct 16, 2023
2 parents 8c72a69 + e6ccda8 commit 7085e06
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 @@ -22,7 +22,7 @@ commands:
executors:
python:
docker:
- image: cimg/python:3.10.11
- image: cimg/python:3.10.13
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:

upload_coverage:
docker:
- image: cimg/python:3.10.11-node
- image: cimg/python:3.10.13-node
steps:
- attach_workspace:
at: /tmp/workspace
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:

python_test_postgres:
docker:
- image: cimg/python:3.10.11
- image: cimg/python:3.10.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.10.11
FROM python:3.10.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.10.11
python-3.10.13

0 comments on commit 7085e06

Please sign in to comment.