Commit 1ffd31b
committed
Test Python 3.7 on Ubuntu 22.04, and add Ubuntu 3.13
This is analogous to the gitdb test workflow and `setup.py` were
updated inhttps://github.com/gitpython-developers/gitdb/pull/114.
1. Testing 3.7 on 22.04 rather than 24.04 should fix the problem
where it fails because Python 3.7 is not available.
2. Adding Ubuntu 3.13 to CI may help reveal if there are
3.13-specific problems with smmap.
3. smmap seems to be working on Python 3.13 (which is a stable
Python release) and there are no specific expected problems with
it, so this adds it to the list of supported releases.
In particular, this change, due to (1), fixes the current CI
failure for smmap observed in f31bfa3.1 parent f31bfa3 commit 1ffd31b
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments