InterviewSolution
Saved Bookmarks
| 1. |
What Python Versions Does Scrapy Support? |
|
Answer» Scrapy is SUPPORTED under Python 2.7 and Python 3.3+. Python 2.6 SUPPORT was DROPPED starting at Scrapy 0.20. Python 3 support was added in Scrapy 1.1. Scrapy is supported under Python 2.7 and Python 3.3+. Python 2.6 support was dropped starting at Scrapy 0.20. Python 3 support was added in Scrapy 1.1. |
|