0
0
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:
David Smith 2024-04-02 19:39:37 +01:00
parent 5f18021640
commit f00810243f

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: