Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Python 3.10.13 #4010

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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