Skip to content

Commit

Permalink
Build user's guide: bump to Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel authored and mergify[bot] committed Feb 24, 2023
1 parent d9452a4 commit 3b6e0f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/users-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: ['3.10']

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ build-and-check-requirements: requirements.txt check-requirements
# See https://modelpredict.com/wht-requirements-txt-is-not-enough
requirements.txt: requirements.in
. ../.python-sphinx-virtualenv/bin/activate \
&& pip install --upgrade pip \
&& pip install pip-tools \
&& pip-compile requirements.in

Expand Down
8 changes: 2 additions & 6 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
Expand All @@ -21,8 +21,6 @@ idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
importlib-metadata==4.11.4
# via sphinx
jinja2==2.11.3
# via sphinx
jsonpointer==2.1
Expand Down Expand Up @@ -72,5 +70,3 @@ sphinxnotes-strike==1.1
# via -r requirements.in
urllib3==1.26.7
# via requests
zipp==3.8.0
# via importlib-metadata

0 comments on commit 3b6e0f2

Please sign in to comment.