Skip to content

Commit d3b88c0

Browse files
authored
update docs requirements; CI for pypy3.11 (#212)
1 parent 25f14a2 commit d3b88c0

File tree

2 files changed

+47
-43
lines changed

2 files changed

+47
-43
lines changed

.travis.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,18 @@ matrix:
3737
env:
3838
- PYPY_VERSION="3.9"
3939

40-
- python: 'pypy3.10-7.3.17'
40+
- python: 'pypy3.10-7.3.18'
4141
env:
4242
- PYPY_VERSION="3.10"
4343

44+
- python: 'pypy3.11-7.3.18'
45+
env:
46+
- PYPY_VERSION="3.11"
47+
4448
allow_failures:
4549
- python: '3.14-dev' # CI missing
46-
- python: 'pypy3.10-7.3.17' # CI missing
50+
- python: 'pypy3.10-7.3.18' # CI missing
51+
- python: 'pypy3.11-7.3.18' # CI missing
4752
fast_finish: true
4853

4954
cache:
@@ -62,7 +67,8 @@ script:
6267
- if [[ $PYVERSION != "3.14" ]]; then PYVERSION=$TRAVIS_PYTHON_VERSION ; fi
6368
- if [[ $PYVERSION == "pypy3.8-7.3.9" ]]; then PYVERSION=py$PYPY_VERSION ; fi
6469
- if [[ $PYVERSION == "pypy3.9-7.3.9" ]]; then PYVERSION=py$PYPY_VERSION ; fi
65-
- if [[ $PYVERSION == "pypy3.10-7.3.15" ]]; then PYVERSION=py$PYPY_VERSION ; fi
70+
- if [[ $PYVERSION == "pypy3.10-7.3.18" ]]; then PYVERSION=py$PYPY_VERSION ; fi
71+
- if [[ $PYVERSION == "pypy3.11-7.3.18" ]]; then PYVERSION=py$PYPY_VERSION ; fi
6672
- cd py$PYVERSION #XXX: bash script may require tests run from root
6773
- if [[ $COVERAGE == "true" ]]; then cp ../.coveragerc .coveragerc ; fi
6874
- for test in multiprocess/tests/__init__.py; do echo $test ; if [[ $COVERAGE == "true" ]]; then coverage run -a $test > /dev/null; else python $test > /dev/null; fi ; done

docs/requirements.txt

+38-40
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,55 @@
11
# Packages required to build docs
22
# dependencies pinned as:
3-
# https://github.com/readthedocs/readthedocs.org/blob/71a82c94adbacf87b4630288f91f1a56e05f54f2/requirements/docs.txt
3+
# https://github.com/readthedocs/readthedocs.org/blob/543f389ddd184ff91dac6a7b808dd21697292fd5/requirements/docs.txt
44

5-
alabaster==0.7.16
6-
anyio==4.4.0
7-
babel==2.15.0
8-
certifi==2024.2.2
9-
charset-normalizer==3.3.2
10-
click==8.1.7
5+
alabaster==1.0.0
6+
anyio==4.8.0
7+
babel==2.17.0
8+
certifi==2025.1.31
9+
charset-normalizer==3.4.1
10+
click==8.1.8
1111
colorama==0.4.6
12-
docutils==0.20.1
13-
exceptiongroup==1.2.1
12+
docutils==0.21.2
13+
exceptiongroup==1.2.2
1414
h11==0.14.0
15-
idna==3.7
15+
idna==3.10
1616
imagesize==1.4.1
1717
jinja2==3.1.5
1818
markdown-it-py==3.0.0
19-
markupsafe==2.1.5
20-
mdit-py-plugins==0.4.1
19+
markupsafe==3.0.2
20+
mdit-py-plugins==0.4.2
2121
mdurl==0.1.2
22-
myst-parser==3.0.1
23-
packaging==24.0
24-
pygments==2.18.0
25-
pyyaml==6.0.1
26-
readthedocs-sphinx-search==0.3.2
22+
myst-parser==4.0.0
23+
packaging==24.2
24+
pygments==2.19.1
25+
pyyaml==6.0.2
2726
requests==2.32.3
28-
six==1.16.0
27+
six==1.17.0
2928
sniffio==1.3.1
3029
snowballstemmer==2.2.0
31-
sphinx==7.3.7
32-
sphinx-autobuild==2024.4.16
30+
sphinx==8.1.3
31+
sphinx-autobuild==2024.10.3
3332
sphinx-copybutton==0.5.2
34-
sphinx-design==0.6.0
35-
sphinx-hoverxref==1.4.0
36-
sphinx-intl==2.2.0
37-
sphinx-multiproject==1.0.0rc1
38-
sphinx-notfound-page==1.0.2
39-
sphinx-prompt==1.8.0
40-
sphinx-rtd-theme==2.0.0rc2
41-
sphinx-tabs==3.4.5
42-
sphinxcontrib-applehelp==1.0.8
43-
sphinxcontrib-devhelp==1.0.6
44-
sphinxcontrib-htmlhelp==2.0.5
33+
sphinx-design==0.6.1
34+
sphinx-intl==2.3.1
35+
sphinx-multiproject==1.0.0
36+
sphinx-notfound-page==1.1.0
37+
sphinx-prompt==1.9.0
38+
sphinx-rtd-theme==3.0.2
39+
sphinx-tabs==3.4.7
40+
sphinxcontrib-applehelp==2.0.0
41+
sphinxcontrib-devhelp==2.0.0
42+
sphinxcontrib-htmlhelp==2.1.0
4543
sphinxcontrib-httpdomain==1.8.1
4644
sphinxcontrib-jquery==4.1
4745
sphinxcontrib-jsmath==1.0.1
48-
sphinxcontrib-qthelp==1.0.7
49-
sphinxcontrib-serializinghtml==1.1.10
46+
sphinxcontrib-qthelp==2.0.0
47+
sphinxcontrib-serializinghtml==2.0.0
5048
sphinxext-opengraph==0.9.1
51-
starlette==0.40.0
52-
tomli==2.0.1
53-
typing-extensions==4.12.1
54-
urllib3==2.2.1
55-
uvicorn==0.30.0
56-
watchfiles==0.22.0
57-
websockets==12.0
49+
starlette==0.45.3
50+
tomli==2.2.1
51+
typing-extensions==4.12.2
52+
urllib3==2.3.0
53+
uvicorn==0.34.0
54+
watchfiles==1.0.4
55+
websockets==14.2

0 commit comments

Comments
 (0)