-
Notifications
You must be signed in to change notification settings - Fork 52
Commit aae717d
Bump version to 1.8.1 with Python 3.7 requires
This update bumps the `python_requires` to be `>=3.7` as the sdist build
requires PEP 517 support that is somewhat only guaranteed with the pip
that was shipped with Python 3.7 or greater. Since 3.6 has been end of
life since December 2021 and the remaining Linux distributions that
still use it have system provided packages this shouldn't be a surprise.
Also use CentOS 9 Stream in the CI tests to test this on an actual
RHEL-ish host on the version of Python actually supported.
Signed-off-by: Jordan Borean <jborean93@gmail.com>1 parent d885831 commit aae717d
4 files changed
+51
-31
lines changedLines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | - | ||
61 | - | ||
62 | 60 |
| |
63 | 61 |
| |
64 | 62 |
| |
| |||
76 | 74 |
| |
77 | 75 |
| |
78 | 76 |
| |
79 | - | ||
80 | - | ||
81 | - | ||
82 | - | ||
83 | 77 |
| |
84 | 78 |
| |
85 | 79 |
| |
| |||
136 | 130 |
| |
137 | 131 |
| |
138 | 132 |
| |
139 | - | ||
133 | + | ||
140 | 134 |
| |
141 | 135 |
| |
142 | 136 |
| |
143 | 137 |
| |
144 | 138 |
| |
145 | 139 |
| |
146 | 140 |
| |
147 | - | ||
148 | - | ||
141 | + | ||
142 | + | ||
149 | 143 |
| |
150 | 144 |
| |
151 | 145 |
| |
| |||
181 | 175 |
| |
182 | 176 |
| |
183 | 177 |
| |
184 | - | ||
185 | 178 |
| |
186 | 179 |
| |
187 | 180 |
| |
| |||
194 | 187 |
| |
195 | 188 |
| |
196 | 189 |
| |
197 | - | ||
198 | - | ||
199 | 190 |
| |
200 | 191 |
| |
201 | 192 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
39 | + | ||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | - | ||
46 | + | ||
47 | + | ||
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
|
Lines changed: 43 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | - | ||
19 | + | ||
20 | 20 |
| |
21 | - | ||
21 | + | ||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
26 | - | ||
27 | - | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
32 | - | ||
31 | + | ||
32 | + | ||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | - | ||
39 | - | ||
40 | - | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
44 | 66 |
| |
45 | - | ||
46 | - | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
47 | 77 |
| |
48 | 78 |
| |
49 | 79 |
| |
| |||
54 | 84 |
| |
55 | 85 |
| |
56 | 86 |
| |
57 | - | ||
58 | - | ||
87 | + | ||
59 | 88 |
| |
60 | 89 |
| |
61 | 90 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 | - | ||
277 | + | ||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 | - | ||
290 | + | ||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 | - | ||
296 | 295 |
| |
297 | 296 |
| |
298 | 297 |
| |
|
0 commit comments