Skip to content

Commit

Permalink
docs: Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 3, 2023
1 parent 7bf7dc4 commit 272b76e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"
python:
install:
- requirements: docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion docs/local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This page will guide you through installing Kingfisher Collect and using it to c
Install Kingfisher Collect
--------------------------

To use Kingfisher Collect, you need access to a `Unix-like shell <https://en.wikipedia.org/wiki/Shell_(computing)>`__ (some are available for Windows). `Git <https://git-scm.com>`__ and `Python <https://www.python.org>`__ (version 3.7 or greater) must be installed.
To use Kingfisher Collect, you need access to a `Unix-like shell <https://en.wikipedia.org/wiki/Shell_(computing)>`__ (some are available for Windows). `Git <https://git-scm.com>`__ and `Python <https://www.python.org>`__ (version 3.10 or greater) must be installed.

When ready, open a shell, and run:

Expand Down

0 comments on commit 272b76e

Please sign in to comment.