File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121- uses : actions/checkout@v4
2222- uses : actions/setup-python@v5
2323 with :
24- python-version : ' 3.10 '
24+ python-version : ' 3.12 '
2525- run : python my_script.py
2626` ` `
2727
3131- uses : actions/checkout@v4
3232- uses : actions/setup-python@v5
3333 with :
34- python-version : ' pypy3.9 '
34+ python-version : ' pypy3.10 '
3535- run : python my_script.py
3636` ` `
3737
4141- uses : actions/checkout@v4
4242- uses : actions/setup-python@v5
4343 with :
44- python-version : ' graalpy-22.3 '
44+ python-version : ' graalpy-24.0 '
4545- run : python my_script.py
4646` ` `
4747
7676- uses: actions/checkout@v4
7777- uses: actions/setup-python@v5
7878 with:
79- python-version: '3.9 '
79+ python-version: '3.12 '
8080 cache: 'pip' # caching pip dependencies
8181- run: pip install -r requirements.txt
8282` ` `
You can’t perform that action at this time.
0 commit comments