File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ This GitHub action tests a checked-out Python project using
1313- uses : fedora-python/tox-github-action
1414 with :
1515 # The tox environment to run
16- # Default: py311 (subject to change as new Python releases come out)
17- tox_env : py311
16+ # Default: py312 (subject to change as new Python releases come out)
17+ tox_env : py312
1818` ` `
1919
2020Add the action to your workflow file, e.g. ` .github/workflows/main.yml`,
@@ -66,6 +66,7 @@ referred to as the "major version") represents the release of Fedora used in the
6666
6767* Uses Fedora 40 as the base container image.
6868* Python 3.7 is no longer available.
69+ * Python 3.12 is now the default tox environment if none is configured.
6970
7071# ## v39.0
7172
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Runs tests with Tox
33inputs :
44 tox_env :
55 required : true
6- default : ' py311 '
6+ default : ' py312 '
77 description : Tox environment to run the tests on
88 dnf_install :
99 required : false
You can’t perform that action at this time.
0 commit comments