Skip to content

Commit

Permalink
stop support for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jul 22, 2023
1 parent b9a689f commit e66e354
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Unreleased
- Python 3.11 support :pr:`763`
- Added shorter format to :class:`~fields.DateTimeLocalField`
defaults :pr:`761`
- Stop support for python 3.7 :pr:`794`

Version 3.0.1
-------------
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ you should have no unicode issues.
What versions of Python are supported?
--------------------------------------

WTForms supports Python 3.7+
WTForms supports Python 3.8+


How can I contribute to WTForms?
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers =
packages = find:
package_dir = = src
include_package_data = true
python_requires = >= 3.7
python_requires = >= 3.8
setup_requires = Babel >= 2.6.0
install_requires = MarkupSafe

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
style
py{311,310,39,38,37,py3}
py{311,310,39,38,py3}
docs
skip_missing_interpreters = true

Expand Down

0 comments on commit e66e354

Please sign in to comment.