Commit bbcace5
committed
Add missing test dependency for Python 3.13
Python 3.13 no longer ships the cgi module. But as we are pinning dependencies on the oldest Python version we support, the corresponding legacy module is not pulled in automatically. So we need to declare it explicitly for the tests for Python 3.13 to have it available.1 parent 2393ca9 commit bbcace5
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
0 commit comments