Skip to content

Commit

Permalink
Bump default versions to latest (#905)
Browse files Browse the repository at this point in the history
People copy/paste these values all the time... might as well start them off on the right foot with a modern default.
  • Loading branch information
jeffwidman authored Oct 4, 2024
1 parent e9675cc commit 19dfb7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- run: python my_script.py
```
Expand All @@ -31,7 +31,7 @@ steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 'pypy3.9'
python-version: 'pypy3.10'
- run: python my_script.py
```
Expand All @@ -41,7 +41,7 @@ steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 'graalpy-22.3'
python-version: 'graalpy-24.0'
- run: python my_script.py
```
Expand Down Expand Up @@ -76,7 +76,7 @@ steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt
```
Expand Down

0 comments on commit 19dfb7b

Please sign in to comment.