Skip to content

Commit

Permalink
Merge pull request #68 from zytedata/drop-py38
Browse files Browse the repository at this point in the history
Drop Python 3.8 support.
  • Loading branch information
wRAR authored Sep 26, 2024
2 parents 7dd66c7 + 1aceeba commit 72240e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: '3.8'
- python-version: '3.9'
toxenv: min
- python-version: '3.8'
- python-version: '3.9'
- python-version: '3.10'
- python-version: '3.11'
Expand Down
2 changes: 1 addition & 1 deletion docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ configured on an existing Scrapy_ project.
Requirements
============

- Python 3.8+
- Python 3.9+

- Scrapy 2.11+

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands =
{posargs:zyte_spider_templates tests}

[testenv:min]
basepython = python3.8
basepython = python3.9
deps =
{[testenv]deps}
pydantic==2
Expand Down

0 comments on commit 72240e4

Please sign in to comment.