mirror of https://github.com/scrapy/scrapy.git
Bump the Python version for RTD.
This commit is contained in:
parent
129dbfa0bf
commit
435686830c
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- python-version: 3.8
|
||||
env:
|
||||
TOXENV: typing-tests
|
||||
- python-version: "3.11" # Keep in sync with .readthedocs.yml
|
||||
- python-version: "3.12" # Keep in sync with .readthedocs.yml
|
||||
env:
|
||||
TOXENV: docs
|
||||
- python-version: "3.12"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ build:
|
|||
tools:
|
||||
# For available versions, see:
|
||||
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
|
||||
python: "3.11" # Keep in sync with .github/workflows/checks.yml
|
||||
python: "3.12" # Keep in sync with .github/workflows/checks.yml
|
||||
|
||||
python:
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue