File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
save-state :
10
10
executor : localstack/default
11
11
steps :
12
+ - checkout
12
13
- restore_cache :
13
14
keys :
14
15
- python-deps-{{ checksum "requirements-dev.txt" }}
15
16
- python-deps
16
17
- run :
17
- name : Install Python 3.9
18
+ name : Install Python 3.11
18
19
command : |
19
- test -d /opt/circleci/.pyenv/versions/3.9.16 || pyenv install 3.9.16
20
- pyenv global 3.9.16
20
+ # Currently highest available 3.11 on CircleCI runner
21
+ test -d /opt/circleci/.pyenv/versions/3.11.1 || pyenv install 3.11.1
22
+ pyenv global 3.11.1
21
23
- localstack/start
22
- - checkout
23
24
- run :
24
25
name : Install dependencies
25
26
command :
38
39
- ls-state.zip
39
40
- save_cache :
40
41
paths :
41
- - /opt/circleci/.pyenv/versions/3.9.16
42
+ - /opt/circleci/.pyenv/versions/3.11.1
42
43
key : python-deps-{{ checksum "requirements-dev.txt" }}
43
44
- store_artifacts :
44
45
path : ls-state.zip
59
60
- run :
60
61
name : Choose python version
61
62
command :
62
- pyenv global 3.9.16
63
+ pyenv global 3.11.1
63
64
- localstack/start
64
65
- checkout
65
66
- run :
You can’t perform that action at this time.
0 commit comments