mirror of https://github.com/scrapy/scrapy.git
Enable Python 3.11 on Windows CI
This commit is contained in:
parent
b9c32a0cfd
commit
8a0a9e6d3e
|
|
@ -20,13 +20,12 @@ jobs:
|
||||||
- python-version: "3.10"
|
- python-version: "3.10"
|
||||||
env:
|
env:
|
||||||
TOXENV: asyncio
|
TOXENV: asyncio
|
||||||
# no binary package for lxml for 3.11 yet
|
- python-version: "3.11"
|
||||||
# - python-version: "3.11"
|
env:
|
||||||
# env:
|
TOXENV: py
|
||||||
# TOXENV: py
|
- python-version: "3.11"
|
||||||
# - python-version: "3.11"
|
env:
|
||||||
# env:
|
TOXENV: asyncio
|
||||||
# TOXENV: asyncio
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue