mirror of https://github.com/scrapy/scrapy.git
Add Python 3.15 to CI.
This commit is contained in:
parent
2798c03bb0
commit
00f56593a1
|
|
@ -83,6 +83,17 @@ jobs:
|
|||
env:
|
||||
TOXENV: mitmproxy
|
||||
|
||||
# 3.15 pre-release
|
||||
- python-version: "3.15-beta.1"
|
||||
env:
|
||||
TOXENV: py
|
||||
- python-version: "3.15-beta.1"
|
||||
env:
|
||||
TOXENV: default-reactor
|
||||
- python-version: "3.15-beta.1"
|
||||
env:
|
||||
TOXENV: no-reactor
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
|
|
@ -92,7 +103,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install system libraries
|
||||
if: contains(matrix.python-version, 'pypy') || contains(matrix.env.TOXENV, 'pinned')
|
||||
if: contains(matrix.python-version, 'pypy') || contains(matrix.env.TOXENV, 'pinned') || contains(matrix.python-version, '3.15')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libxml2-dev libxslt-dev
|
||||
|
|
|
|||
Loading…
Reference in New Issue