1
0
mirror of https://github.com/django/django.git synced 2025-04-04 21:46:40 +00: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:
David Smith 2024-04-02 19:39:37 +01:00 committed by Emmanuel Katchy
parent ca5cd3e3e8
commit bb33d04a84

View File

@ -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: