Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit62c024e
committed
Let tox run lint, mypy, and html envs without 3.9
The tox environments that are not duplicated per Python versionwere set to run on Python 3.9, for consistency with Cygwin, where3.9 is the latest available (through official Cygwin packages), sooutput can be compared between Cygwin and other platforms whiletroubleshooting problems.However, this prevented them from running altogether on systemswhere Python 3.9 was not installed. So I've added all the otherPython versions the project supports as fallback versions for thosetox environments to use, in one of the reasonable precedenceorders, while keeping 3.9 as the first choice for the same reasonsas before.1 parente16e4c0 commit62c024e
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
0 commit comments
Comments
(0)