Commit 74e08c4
tox: bumped Python versions
* `envlist` looks for Python 3.9 to 3.13; these are the ones being supported [1]
* dropped 3.6 to 3.8 from CI/CD tests
* removed `py3`: it is never used, since first found wins [2].
```
$ tox -l
format
lint
py39
py310
py311
py312
py313
pypy3
lydevel
coverage
```
[1] https://devguide.python.org/versions/
[2] https://tox.wiki/en/stable/config.html#python-options
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>1 parent adab39c commit 74e08c4
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 43 | | |
50 | 44 | | |
51 | 45 | | |
| |||
54 | 48 | | |
55 | 49 | | |
56 | 50 | | |
| 51 | + | |
| 52 | + | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments