File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments