Skip to content

Commit

Permalink
bump waitress min version to 3.0.2 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Nov 27, 2024
1 parent 617a2b8 commit 090c5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ News
3.0.2 (unreleased)
------------------

- Nothing changed yet.
- Bump waitress min version to 3.0.2


3.0.1 (2024-08-30)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

install_requires = [
'WebOb>=1.2',
'waitress>=0.8.5',
'waitress>=3.0.2',

This comment has been minimized.

Copy link
@icemac

icemac Dec 3, 2024

Contributor

As waitress >= 3.0.1 no longer supports Python 3.8, webtest also cannot support that version any longer. So updating the minimum required Python version here in setup.py could signal this.

'beautifulsoup4',
]

Expand Down

0 comments on commit 090c5b2

Please sign in to comment.