Commit fdb64cf
authored
Bump minimum Python version to 3.10 (#62)
After a recent bump, we documented Python 3.8 as the minimum version.
However, we only tested on Python 3.9 and Python 3.10. In reality, I
get tons of failures with Python 3.9 and only a small number of failures
with Python 3.10.
I think it's makes sense to bump the requirement again if that helps
getting to a stable baseline where CI is passing and our dependencies
are less ancient. In practice, we'll probably deploy the application
using Docker, which means the Python requirement is not critical.1 parent 163c3dd commit fdb64cf
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
0 commit comments