Skip to content

Commit 9b55493

Browse files
committed
Merge branch '3.0.x'
2 parents dffe303 + d273f87 commit 9b55493

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- {python: '3.8'}
3232
- {name: PyPy, python: 'pypy-3.10', tox: pypy310}
3333
- {name: Minimum Versions, python: '3.12', tox: py-min}
34-
- {name: Development Versions, python: '3.8', tox: py-dev}
34+
- {name: Development Versions, python: '3.9', tox: py-dev}
3535
steps:
3636
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3737
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ Released 2018-04-26
847847
explicitly for each exception if you want to avoid traversing the
848848
MRO. :pr:`2362`
849849
- Fix incorrect JSON encoding of aware, non-UTC datetimes. :pr:`2374`
850-
- Template auto reloading will honor debug mode even even if
850+
- Template auto reloading will honor debug mode even if
851851
``Flask.jinja_env`` was already accessed. :pr:`2373`
852852
- The following old deprecated code was removed. :issue:`2385`
853853

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py3{13,12,11,10,9,8}
44
pypy310
55
py312-min
6-
py38-dev
6+
py39-dev
77
style
88
typing
99
docs

0 commit comments

Comments
 (0)