File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ repos have some [pre-commit][] check.
90
90
## Development of repo-review and plugins
91
91
92
92
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
94
94
3.10. It's maybe not entirely conventional, but it enables very simple plugin
95
95
development. It works locally, remotely, and in WebAssembly (using
96
96
[ Pyodide] [ ] ). [ See the docs] [ writing-a-plugin ] .
Original file line number Diff line number Diff line change 26
26
- uses : actions/setup-python@v5
27
27
id : python
28
28
with :
29
- python-version : " 3.12 "
29
+ python-version : " 3.13 "
30
30
update-environment : false
31
31
32
32
- name : Install repo-review and plugins
You can’t perform that action at this time.
0 commit comments