From 3b6e0f21b43e98d3af13a50b222bc0522566da16 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Mon, 20 Feb 2023 22:02:33 +0100 Subject: [PATCH] Build user's guide: bump to Python 3.10 --- .github/workflows/users-guide.yml | 2 +- doc/Makefile | 1 + doc/requirements.txt | 8 ++------ 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/users-guide.yml b/.github/workflows/users-guide.yml index 5b56c25266b..cd8137fbc38 100644 --- a/.github/workflows/users-guide.yml +++ b/.github/workflows/users-guide.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7] + python-version: ['3.10'] steps: - uses: actions/checkout@v3 diff --git a/doc/Makefile b/doc/Makefile index 4e12ab8e87a..5ef45877223 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/doc/requirements.txt b/doc/requirements.txt index 256b6bf407d..1d5425badf5 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 # @@ -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 @@ -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