Skip to content

Commit b483536

Browse files
committed
Upgrade CircleCI Python image from 3.10 to 3.13
1 parent 24fcedd commit b483536

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
docker:
99
# specify the version you desire here
1010
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
11-
- image: cimg/python:3.10
11+
- image: cimg/python:3.13
1212

1313
# Specify service dependencies here if necessary
1414
# CircleCI maintains a library of pre-built images
@@ -25,7 +25,7 @@ jobs:
2525
# Download and cache dependencies
2626
- restore_cache:
2727
keys:
28-
- v1-dependencies-py310-{{ arch }}-{{ checksum "requirements.txt" }}
28+
- v1-dependencies-py313-{{ arch }}-{{ checksum "requirements.txt" }}
2929
# fallback to using the latest cache if no exact match is found
3030
# - v1-dependencies-
3131

@@ -41,7 +41,7 @@ jobs:
4141
- save_cache:
4242
paths:
4343
- ./venv
44-
key: v1-dependencies-py310-{{ arch }}-{{ checksum "requirements.txt" }}
44+
key: v1-dependencies-py313-{{ arch }}-{{ checksum "requirements.txt" }}
4545

4646
- run:
4747
name: pylint checks

0 commit comments

Comments
 (0)