Closed leewesleyv closed 1 month ago
With this we also need to think about the Python versions that we want to/can support.
Ideally, I guess, all officially supported Python versions + any older versions we need to support. https://www.python.org/downloads/ lists six currently supported minor versions.
With Python 3.8 EOL I think we should drop that. But it seems that Scrapy does not officially support Python 3.13 yet, so I would say that we follow whatever Scrapy is doing.
Resolved in #13
Will open a new ticket for Python 3.13 support (where we are dependent on Scrapy's official Python 3.13 support).
Currently the version of Scrapy is pinned to
2.11.2
(inpyproject.toml
). We want to see if we can support a larger range of Scrapy versions.