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:
parent
ca5cd3e3e8
commit
bb33d04a84
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…
x
Reference in New Issue
Block a user