Skip to content

Commit 7baf5bd

Browse files
authored
Update Python version requirements and choices
Changed version requirement not to mention MacOS, since it is the same on all runners now, and removed 3.7 from the Action input choices
1 parent 1961ac5 commit 7baf5bd

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
@@ -20,7 +20,7 @@ This Action and Python script lets you run one of several Python linters and typ
2020

2121
## Requirements
2222

23-
- Python 3.8 or higher (3.8 or higher for MacOS on GitHub hosted runners)
23+
- Python 3.8 or higher
2424
- For Pytype, Python 3.10 or lower
2525
- For Fixit, Python 3.8 or higher
2626
- GitHub Actions

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
description: 'The version of python to use'
2222
required: false
2323
default: '3.10'
24-
choices: ['3.12', '3.11', '3.10', '3.9', '3.8', '3.7']
24+
choices: ['3.12', '3.11', '3.10', '3.9', '3.8']
2525
ruff-version:
2626
description: 'The version of ruff to use'
2727
required: false

0 commit comments

Comments
 (0)