File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
- uses : actions/setup-python@v5
23
23
with :
24
- python-version : ' 3.10 '
24
+ python-version : ' 3.12 '
25
25
- run : python my_script.py
26
26
` ` `
27
27
31
31
- uses : actions/checkout@v4
32
32
- uses : actions/setup-python@v5
33
33
with :
34
- python-version : ' pypy3.9 '
34
+ python-version : ' pypy3.10 '
35
35
- run : python my_script.py
36
36
` ` `
37
37
41
41
- uses : actions/checkout@v4
42
42
- uses : actions/setup-python@v5
43
43
with :
44
- python-version : ' graalpy-22.3 '
44
+ python-version : ' graalpy-24.0 '
45
45
- run : python my_script.py
46
46
` ` `
47
47
76
76
- uses: actions/checkout@v4
77
77
- uses: actions/setup-python@v5
78
78
with:
79
- python-version: '3.9 '
79
+ python-version: '3.12 '
80
80
cache: 'pip' # caching pip dependencies
81
81
- run: pip install -r requirements.txt
82
82
` ` `
You can’t perform that action at this time.
0 commit comments