Skip to content

Commit d677e2b

Browse files
andreasabelmergify[bot]
authored andcommitted
Build user's guide: bump to Python 3.10
(cherry picked from commit 3b6e0f2)
1 parent f7b791c commit d677e2b

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/users-guide.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
python-version: [3.7]
49+
python-version: ['3.10']
5050

5151
steps:
5252
- uses: actions/checkout@v3

doc/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build-and-check-requirements: requirements.txt check-requirements
2323
# See https://modelpredict.com/wht-requirements-txt-is-not-enough
2424
requirements.txt: requirements.in
2525
. ../.python-sphinx-virtualenv/bin/activate \
26+
&& pip install --upgrade pip \
2627
&& pip install pip-tools \
2728
&& pip-compile requirements.in
2829

doc/requirements.txt

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# pip-compile requirements.in
66
#
@@ -21,8 +21,6 @@ idna==2.10
2121
# via requests
2222
imagesize==1.2.0
2323
# via sphinx
24-
importlib-metadata==4.11.4
25-
# via sphinx
2624
jinja2==2.11.3
2725
# via sphinx
2826
jsonpointer==2.1
@@ -72,5 +70,3 @@ sphinxnotes-strike==1.1
7270
# via -r requirements.in
7371
urllib3==1.26.7
7472
# via requests
75-
zipp==3.8.0
76-
# via importlib-metadata

0 commit comments

Comments
 (0)