Commit ac16a84
authored
Support for Python 3.13 (#1338)
Now that we've updated to (go)jsonnet 0.21, there's no remaining
blockers for supporting Python 3.13. I've updated the references to
supported Python versions that I found when grepping for `3.12`.
## Proposed Changes
* Bump maximum supported Python version to 3.13
* Update GitHub actions to cover Python 3.13
* Update bug report issue template supported Python versions
## Docs and Tests
* [ ] Tests added
* [x] Updated documentation1 parent 840a04d commit ac16a84
File tree
5 files changed
+497
-441
lines changed- .github
- ISSUE_TEMPLATE
- workflows
5 files changed
+497
-441
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments