Commit c42a5cf 1 parent f04ed74 commit c42a5cf Copy full SHA for c42a5cf
File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,14 @@ with multiple different Python versions on multiple workers in parallel.
10
10
This project is inspired by [ tox-travis] ( https://github.com/tox-dev/tox-travis ) .
11
11
12
12
## 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 ) |
19
21
20
22
- [ Features] ( #features )
21
23
- [ Usage] ( #usage )
You can’t perform that action at this time.
0 commit comments