This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Commit d3a15e6
committed
Use python 3.11 for tests, reflecting deployment
The current production server has Python 3.11.
The change is directly motivated by a CI error (AttributeError: module
'locale' has no attribute 'getencoding') in code introduced in
f3c82f4. According to Python docs, the locale.getencoding() function
was introduced in 3.11.1 parent 73be410 commit d3a15e6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments