We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a29d76 commit 27c3055Copy full SHA for 27c3055
README.md
@@ -13,8 +13,8 @@ This GitHub action tests a checked-out Python project using
13
- uses: fedora-python/tox-github-action
14
with:
15
# The tox environment to run
16
- # Default: py38 (subject to change as new Python releases come out)
17
- tox_env: py38
+ # Default: py311 (subject to change as new Python releases come out)
+ tox_env: py311
18
```
19
20
Add the action to your workflow file, e.g. `.github/workflows/main.yml`,
action.yaml
@@ -3,7 +3,7 @@ description: Runs tests with Tox
3
inputs:
4
tox_env:
5
required: true
6
- default: 'py38'
+ default: 'py311'
7
description: Tox environment to run the tests on
8
dnf_install:
9
required: false
0 commit comments