File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- {python: '3.8'}
32
32
- {name: PyPy, python: 'pypy-3.10', tox: pypy310}
33
33
- {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}
35
35
steps :
36
36
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
37
37
- 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
847
847
explicitly for each exception if you want to avoid traversing the
848
848
MRO. :pr: `2362 `
849
849
- 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
851
851
``Flask.jinja_env `` was already accessed. :pr: `2373 `
852
852
- The following old deprecated code was removed. :issue: `2385 `
853
853
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ envlist =
3
3
py3{13,12,11,10,9,8}
4
4
pypy310
5
5
py312-min
6
- py38 -dev
6
+ py39 -dev
7
7
style
8
8
typing
9
9
docs
You can’t perform that action at this time.
0 commit comments