Skip to content

Commit

Permalink
Merge pull request #603 from azmeuk/py313
Browse files Browse the repository at this point in the history
stop support for python 3.8; start support for python 3.13
  • Loading branch information
azmeuk authored Oct 12, 2024
2 parents 0b2e5e4 + d3cd8bf commit f2bbd1b
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 163 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
fail-fast: false
matrix:
include:
- {name: '3.11', python: '3.11', tox: 'py311,py-no-babel'}
- {name: '3.13', python: '3.13', tox: 'py313,py-no-babel'}
- {name: '3.12', python: '3.12', tox: py312}
- {name: '3.11', python: '3.11', tox: py311}
- {name: '3.10', python: '3.10', tox: py310}
- {name: '3.9', python: '3.9', tox: py39}
- {name: '3.8', python: '3.8', tox: py38}
- {name: 'PyPy310', python: 'pypy-3.10', tox: pypy310}
- {name: 'PyPy39', python: 'pypy-3.9', tox: pypy39}
steps:
Expand Down
1 change: 1 addition & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Version 1.x.x
Unreleased

- Move the project to the pallets-eco organization. :pr:`602`
- Stop support for Python 3.8. Start support for Python 3.13. :pr:`603`

Version 1.2.1
-------------
Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"project_links": [
ProjectLink("PyPI Releases", "https://pypi.org/project/Flask-WTF/"),
ProjectLink("Source Code", "https://github.com/pallets-eco/flask-wtf/"),
ProjectLink("Issue Tracker", "https://github.com/pallets-eco/flask-wtf/issues/"),
ProjectLink(
"Issue Tracker", "https://github.com/pallets-eco/flask-wtf/issues/"
),
ProjectLink("Chat", "https://discord.gg/pallets"),
]
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Software Development :: Libraries :: Application Frameworks",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"Flask",
"WTForms",
Expand Down
138 changes: 34 additions & 104 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,129 +5,59 @@
#
# pip-compile-multi
#
alabaster==0.7.12
# via sphinx
attrs==21.4.0
# via pytest
babel==2.9.1
# via sphinx
certifi==2023.7.22
# via requests
cfgv==3.3.1
-r docs.txt
-r tests.txt
build==1.2.2.post1
# via pip-tools
cachetools==5.5.0
# via tox
cfgv==3.4.0
# via pre-commit
charset-normalizer==2.0.12
# via requests
click==8.1.1
chardet==5.2.0
# via tox
click==8.1.7
# via
# pip-compile-multi
# pip-tools
distlib==0.3.4
colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
docutils==0.17.1
# via sphinx
filelock==3.6.0
filelock==3.16.1
# via
# tox
# virtualenv
identify==2.4.12
identify==2.6.1
# via pre-commit
idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
iniconfig==1.1.1
# via pytest
jinja2==3.1.1
# via sphinx
markupsafe==2.1.1
# via jinja2
nodeenv==1.6.0
nodeenv==1.9.1
# via pre-commit
packaging==21.3
# via
# pallets-sphinx-themes
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.0.2
# via -r docs.in
pep517==0.12.0
# via pip-tools
pip-compile-multi==2.4.4
# via -r dev.in
pip-tools==6.5.1
pip-compile-multi==2.6.4
# via -r requirements/dev.in
pip-tools==7.4.1
# via pip-compile-multi
platformdirs==2.5.1
# via virtualenv
pluggy==1.0.0
# via
# pytest
# tox
pre-commit==2.17.0
# via -r dev.in
py==1.11.0
# via
# pytest
# tox
pygments==2.15.0
# via sphinx
pyparsing==3.0.7
# via packaging
pytest==7.1.1
# via -r tests.in
pytz==2022.1
# via babel
pyyaml==6.0
# via pre-commit
requests==2.31.0
# via sphinx
six==1.16.0
platformdirs==4.3.6
# via
# tox
# virtualenv
snowballstemmer==2.2.0
# via sphinx
sphinx==4.5.0
# via
# -r docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinxcontrib-log-cabinet
sphinx-issues==3.0.1
# via -r docs.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r docs.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
toml==0.10.2
# via
# pre-commit
# tox
tomli==2.0.1
pre-commit==4.0.1
# via -r requirements/dev.in
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.2.0
# via
# pep517
# pytest
toposort==1.7
# build
# pip-tools
pyyaml==6.0.2
# via pre-commit
toposort==1.10
# via pip-compile-multi
tox==3.24.5
# via -r dev.in
urllib3==1.26.18
# via requests
virtualenv==20.14.0
tox==4.21.2
# via -r requirements/dev.in
virtualenv==20.26.6
# via
# pre-commit
# tox
wheel==0.38.1
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
54 changes: 25 additions & 29 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,61 +5,57 @@
#
# pip-compile-multi
#
alabaster==0.7.12
alabaster==1.0.0
# via sphinx
babel==2.9.1
babel==2.16.0
# via sphinx
certifi==2023.7.22
certifi==2024.8.30
# via requests
charset-normalizer==2.0.12
charset-normalizer==3.4.0
# via requests
docutils==0.17.1
docutils==0.21.2
# via sphinx
idna==3.3
idna==3.10
# via requests
imagesize==1.3.0
imagesize==1.4.1
# via sphinx
jinja2==3.1.1
jinja2==3.1.4
# via sphinx
markupsafe==2.1.1
markupsafe==3.0.1
# via jinja2
packaging==21.3
packaging==24.1
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.0.2
# via -r docs.in
pygments==2.15.0
pallets-sphinx-themes==2.1.3
# via -r requirements/docs.in
pygments==2.18.0
# via sphinx
pyparsing==3.0.7
# via packaging
pytz==2022.1
# via babel
requests==2.31.0
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==4.5.0
sphinx==8.1.1
# via
# -r docs.in
# -r requirements/docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinxcontrib-log-cabinet
sphinx-issues==3.0.1
# via -r docs.in
sphinxcontrib-applehelp==1.0.2
sphinx-issues==5.0.0
# via -r requirements/docs.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r docs.in
sphinxcontrib-qthelp==1.0.3
# via -r requirements/docs.in
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==1.26.18
urllib3==2.2.3
# via requests
22 changes: 9 additions & 13 deletions requirements/style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,21 @@
#
# pip-compile-multi
#
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
distlib==0.3.4
distlib==0.3.9
# via virtualenv
filelock==3.6.0
filelock==3.16.1
# via virtualenv
identify==2.4.12
identify==2.6.1
# via pre-commit
nodeenv==1.6.0
nodeenv==1.9.1
# via pre-commit
platformdirs==2.5.1
platformdirs==4.3.6
# via virtualenv
pre-commit==2.17.0
pre-commit==4.0.1
# via -r requirements/style.in
pyyaml==6.0
pyyaml==6.0.2
# via pre-commit
six==1.16.0
# via virtualenv
toml==0.10.2
# via pre-commit
virtualenv==20.14.0
virtualenv==20.26.6
# via pre-commit
16 changes: 4 additions & 12 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@
#
# pip-compile-multi
#
attrs==21.4.0
iniconfig==2.0.0
# via pytest
iniconfig==1.1.1
packaging==24.1
# via pytest
packaging==21.3
pluggy==1.5.0
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.7
# via packaging
pytest==7.1.1
pytest==8.3.3
# via -r requirements/tests.in
tomli==2.0.1
# via pytest
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py3{11,10,9,8},pypy3{10,9}
py3{13,12,11,10,9},pypy3{10,9}
py-{no-babel}
style
docs
Expand Down

0 comments on commit f2bbd1b

Please sign in to comment.