Commit 7e1efb2
authored
Allow Python 3.12 (#135)
Fedora 40 uses Python 3.12.
kobodl uses module `distutils` which was removed from Python 3.12. So
run `poetry add setuptools`. This bumps the minimum supported Python
version to 3.9.
Poetry demanded that the lock file be updated after the change, so run
`poetry lock --no-update`.1 parent 036b1da commit 7e1efb2
2 files changed
+25
-76
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments