Commit cfb4e2e
committed
ci: update test workflow to ubuntu-latest, Python 3.10-3.12, modern test command
ubuntu-20.04 runners were retired from GitHub Actions, causing jobs to
be permanently stuck in queued state. Python 3.6, 3.7, and 3.8 are EOL
and have unfixed vulnerabilities in the locked deps. Updated to
currently supported Python versions (3.10, 3.11, 3.12) which align with
the 3.10+ dependency bumps in this PR. Replaced deprecated
'python setup.py test' with 'python -m unittest discover' since
setup.py test was removed in modern setuptools.1 parent 8a59936 commit cfb4e2e
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
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 | | |
31 | | - | |
| 31 | + | |
0 commit comments