mirror of https://github.com/scrapy/scrapy.git
Fix botocore-pinned and pypy3-* (#7363)
This commit is contained in:
parent
2ce02d417a
commit
a8e99aeb2e
|
|
@ -37,7 +37,8 @@ jobs:
|
|||
- python-version: "3.13"
|
||||
env:
|
||||
TOXENV: no-reactor
|
||||
- python-version: pypy3.11
|
||||
# pinned due to https://github.com/pypy/pypy/issues/5388
|
||||
- python-version: pypy3.11-7.3.20
|
||||
env:
|
||||
TOXENV: pypy3
|
||||
|
||||
|
|
@ -51,7 +52,8 @@ jobs:
|
|||
- python-version: "3.10.19"
|
||||
env:
|
||||
TOXENV: no-reactor-pinned
|
||||
- python-version: pypy3.11
|
||||
# pinned due to https://github.com/pypy/pypy/issues/5388
|
||||
- python-version: pypy3.11-7.3.20
|
||||
env:
|
||||
TOXENV: pypy3-pinned
|
||||
- python-version: "3.10.19"
|
||||
|
|
@ -67,7 +69,8 @@ jobs:
|
|||
- python-version: "3.13"
|
||||
env:
|
||||
TOXENV: no-reactor-extra-deps
|
||||
- python-version: pypy3.11
|
||||
# pinned due to https://github.com/pypy/pypy/issues/5388
|
||||
- python-version: pypy3.11-7.3.20
|
||||
env:
|
||||
TOXENV: pypy3-extra-deps
|
||||
- python-version: "3.13"
|
||||
|
|
|
|||
Loading…
Reference in New Issue