Skip to content

Commit

Permalink
Change default Python to 3.11, add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Oct 22, 2023
1 parent 2884f0f commit e918a01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,13 @@ Default command line arguments.
pyb-extra-args:
description: 'PyBuilder extra command line arguments'
default: ""
```
```

### Run a bash script before PyBuilder build

```yaml
pre-build:
description: 'Run a script before PyBuilder build'
required: false
default: ""
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
python-version:
description: 'Python version to use, if installing'
required: false
default: '3.9'
default: '3.11'
architecture:
description: 'Install Python for specific architecture, if installing'
required: false
Expand Down

0 comments on commit e918a01

Please sign in to comment.