Skip to content

Commit fbd444c

Browse files
committed
correctly set required python version for docs
1 parent 238f0ba commit fbd444c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
version = osa.__version__
2828
# The full version, including alpha/beta/rc tags
2929
release = osa.__version__
30-
python_requires = metadata('wheel')["Requires-Python"]
30+
python_requires = metadata('lstosa')["Requires-Python"]
3131

3232
# make some variables available to each page (from ctapipe conf.py)
3333
rst_epilog = f"""

0 commit comments

Comments
 (0)