Skip to content

Commit d8b6ff6

Browse files
committed
build config: limit compatibility to scrapy 2.11
1 parent 4651090 commit d8b6ff6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ["3.8", "3.9", "3.10", "3.11"]
17-
scrapy-version: ["2.11", "2.10"]
17+
scrapy-version: ["2.11"]
1818

1919
steps:
2020
- uses: actions/checkout@v2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Scrapy>=1.0.0
1+
Scrapy>=2.11

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"Tracker": "https://github.com/scrapinghub/scrapyrt/issues"
4242
},
4343
install_requires=[
44-
'Scrapy>=1.0.0'
44+
'Scrapy>=2.11'
4545
],
4646
package_data={
4747
'scrapyrt': [

0 commit comments

Comments
 (0)