forked from orbit-oss/flask
Merge branch '3.0.x'
This commit is contained in:
commit
9b5549313e
3 changed files with 3 additions and 3 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- {python: '3.8'}
|
- {python: '3.8'}
|
||||||
- {name: PyPy, python: 'pypy-3.10', tox: pypy310}
|
- {name: PyPy, python: 'pypy-3.10', tox: pypy310}
|
||||||
- {name: Minimum Versions, python: '3.12', tox: py-min}
|
- {name: Minimum Versions, python: '3.12', tox: py-min}
|
||||||
- {name: Development Versions, python: '3.8', tox: py-dev}
|
- {name: Development Versions, python: '3.9', tox: py-dev}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||||
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
|
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
|
||||||
|
|
|
||||||
|
|
@ -847,7 +847,7 @@ Released 2018-04-26
|
||||||
explicitly for each exception if you want to avoid traversing the
|
explicitly for each exception if you want to avoid traversing the
|
||||||
MRO. :pr:`2362`
|
MRO. :pr:`2362`
|
||||||
- Fix incorrect JSON encoding of aware, non-UTC datetimes. :pr:`2374`
|
- Fix incorrect JSON encoding of aware, non-UTC datetimes. :pr:`2374`
|
||||||
- Template auto reloading will honor debug mode even even if
|
- Template auto reloading will honor debug mode even if
|
||||||
``Flask.jinja_env`` was already accessed. :pr:`2373`
|
``Flask.jinja_env`` was already accessed. :pr:`2373`
|
||||||
- The following old deprecated code was removed. :issue:`2385`
|
- The following old deprecated code was removed. :issue:`2385`
|
||||||
|
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -3,7 +3,7 @@ envlist =
|
||||||
py3{13,12,11,10,9,8}
|
py3{13,12,11,10,9,8}
|
||||||
pypy310
|
pypy310
|
||||||
py312-min
|
py312-min
|
||||||
py38-dev
|
py39-dev
|
||||||
style
|
style
|
||||||
typing
|
typing
|
||||||
docs
|
docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue