Skip to content

Commit c42a5cf

Browse files
committed
Update tox-gh-actions 2.x support status
1 parent f04ed74 commit c42a5cf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ with multiple different Python versions on multiple workers in parallel.
1010
This project is inspired by [tox-travis](https://github.com/tox-dev/tox-travis).
1111

1212
## Versions and Compatibility
13-
Currently, tox-gh-actions supports both tox 3 and 4, but users need to install the appropriate version by following the table below.
14-
15-
| tox | tox-gh-actions | Supported by tox-gh-actions | Branch |
16-
|-----|----------------|-----------------------------|-----------------------------------------------------------|
17-
| 4.x | 3.x | Yes (stable) | [master](https://github.com/ymyzk/tox-gh-actions) |
18-
| 3.x | 2.x | Yes (stable) | [tox3](https://github.com/ymyzk/tox-gh-actions/tree/tox3) |
13+
We recommend to use the latest version of tox 4.x and tox-gh-actions 3.x.
14+
To use tox-gh-actions on tox 3.x, please install tox-gh-actions 2.x, not the latest release.
15+
The following table shows compatibility between tox and tox-gh-actions.
16+
17+
| tox | tox-gh-actions | Supported by tox-gh-actions | Branch |
18+
|-----|----------------|------------------------------|-----------------------------------------------------------|
19+
| 4.x | 3.x | Yes (stable) | [master](https://github.com/ymyzk/tox-gh-actions) |
20+
| 3.x | 2.x | Only security fixes (stable) | [tox3](https://github.com/ymyzk/tox-gh-actions/tree/tox3) |
1921

2022
- [Features](#features)
2123
- [Usage](#usage)

0 commit comments

Comments
 (0)