Drop support for Python 3.7, refs #2097

This commit is contained in:
Simon Willison 2023-07-08 11:40:19 -07:00
commit 2fd871a906
8 changed files with 13 additions and 18 deletions

View file

@ -4,8 +4,6 @@ filterwarnings=
ignore:Using or importing the ABCs::jinja2
# https://bugs.launchpad.net/beautifulsoup/+bug/1778909
ignore:Using or importing the ABCs::bs4.element
# Python 3.7 PendingDeprecationWarning: Task.current_task()
ignore:.*current_task.*:PendingDeprecationWarning
markers =
serial: tests to avoid using with pytest-xdist
asyncio_mode = strict