Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 19dfb7b

Browse filesBrowse files
authored
Bump default versions to latest (actions#905)
People copy/paste these values all the time... might as well start them off on the right foot with a modern default.
1 parent e9675cc commit 19dfb7b
Copy full SHA for 19dfb7b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
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
@@ -31,7 +31,7 @@ steps:
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
@@ -41,7 +41,7 @@ steps:
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
@@ -76,7 +76,7 @@ steps:
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
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.