Skip to content

Commit

Permalink
Update docs to suggest python 3.10 install (#246)
Browse files Browse the repository at this point in the history
# References and relevant issues
In discussion about python version support, Matthias mentioned that more
napari downloads are 3.9 than 3.10
napari/napari#5768 (comment)

# Description
This PR updates the `python_version` variable in conf.py to `3.10` that
is used for the myst substitution used in installation docs and
contributing (developer env) guide.
  • Loading branch information
psobolewskiPhD authored Oct 24, 2023
1 parent 27f4d3d commit 0722b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
myst_heading_anchors = 4

version_string = '.'.join(str(x) for x in __version_tuple__[:3])
python_version = '3.9'
python_version = '3.10'
python_version_range = '3.8–3.10'

myst_substitutions = {
Expand Down

0 comments on commit 0722b40

Please sign in to comment.