Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Sep 17, 2024
1 parent e6f1895 commit de15416
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ Add `[gh]` section to the same file as tox configuration. If you're using `tox.i
```ini
[gh]
python =
3.12 = py312
3.11 = py311, type
3.10 = py310
3.9 = py39
3.8 = py38
3.8 = 3.8
3.9 = 3.9
3.10 = 3.10
3.11 = 3.11
3.12 = 3.12
3.13 = 3.13, type, dev, pkg_meta
```

This will run different set of tox environments on different python versions set up via GitHub `setup-python` action:
Expand Down

0 comments on commit de15416

Please sign in to comment.