File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments