mirror of
https://github.com/django/django.git
synced 2024-11-21 19:09:18 +01:00
Early adopt UTF-8 Mode on Windows.
Python 3.15 will enable UTF-8 mode by default https://peps.python.org/pep-0686/#enable-utf-8-mode-by-default
This commit is contained in:
parent
5f18021640
commit
f00810243f
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -19,6 +19,9 @@ permissions:
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
env:
|
||||
# Python 3.15 will make UTF-8 Mode the default.
|
||||
PYTHONUTF8: 1
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user