We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9675cc commit 19dfb7bCopy full SHA for 19dfb7b
README.md
@@ -21,7 +21,7 @@ steps:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-python@v5
23
with:
24
- python-version: '3.10'
+ python-version: '3.12'
25
- run: python my_script.py
26
```
27
@@ -31,7 +31,7 @@ steps:
31
32
33
34
- python-version: 'pypy3.9'
+ python-version: 'pypy3.10'
35
36
37
@@ -41,7 +41,7 @@ steps:
41
42
43
44
- python-version: 'graalpy-22.3'
+ python-version: 'graalpy-24.0'
45
46
47
@@ -76,7 +76,7 @@ steps:
76
77
78
79
- python-version: '3.9'
80
cache: 'pip' # caching pip dependencies
81
- run: pip install -r requirements.txt
82
0 commit comments