mirror of https://github.com/scrapy/scrapy.git
Re-enable Windows tests for Python 3.9 and 3.10. (#5316)
This commit is contained in:
parent
9828cb3f0b
commit
28eba610e2
|
|
@ -17,10 +17,12 @@ jobs:
|
||||||
- python-version: 3.8
|
- python-version: 3.8
|
||||||
env:
|
env:
|
||||||
TOXENV: py
|
TOXENV: py
|
||||||
# https://twistedmatrix.com/trac/ticket/9990
|
- python-version: 3.9
|
||||||
#- python-version: 3.9
|
env:
|
||||||
#env:
|
TOXENV: py
|
||||||
#TOXENV: py
|
- python-version: "3.10"
|
||||||
|
env:
|
||||||
|
TOXENV: py
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue