Commit 983be16
committed
Bump python 3.12
Why these changes are being introduced:
This CLI was stuck on python 3.11 for awhile while untangling
some mypy linting errors. Turns out it was luigi >= 3.5.2 that
presented the issues.
With luigi still pinned, we can perform python version update
and update dependencies.
How this addresses that need:
* Python version bumped to 3.12
* Luigi remains pinned, for now, at 3.5.1
* Dependencies updated
Side effects of this change:
* Python version updated
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/IN-1240
* https://mitlibraries.atlassian.net/browse/IN-12581 parent a076899 commit 983be16
File tree
6 files changed
+529
-606
lines changed6 files changed
+529
-606
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
0 commit comments