Skip to content

Commit 27851e1

Browse files
authored
chore: bump the action to 3.13 (#274)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent e861d2b commit 27851e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ repos have some [pre-commit][] check.
9090
## Development of repo-review and plugins
9191

9292
This project is intended to be fun and easy to develop and design checks for -
93-
it requires and uses Python 3.10, and uses a lot of the new features in 3.9 and
93+
it requires and uses Python 3.10+, and uses a lot of the new features in 3.9 and
9494
3.10. It's maybe not entirely conventional, but it enables very simple plugin
9595
development. It works locally, remotely, and in WebAssembly (using
9696
[Pyodide][]). [See the docs][writing-a-plugin].

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
- uses: actions/setup-python@v5
2727
id: python
2828
with:
29-
python-version: "3.12"
29+
python-version: "3.13"
3030
update-environment: false
3131

3232
- name: Install repo-review and plugins

0 commit comments

Comments
 (0)