Skip to content

Commit

Permalink
update min version for RTD and _init_
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleySappington committed May 21, 2024
1 parent fc36b37 commit b68e08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion webbpsf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
except ImportError:
__version__ = ""

__minimum_python_version__ = "3.9"
__minimum_python_version__ = "3.10"


class UnsupportedPythonError(Exception):
Expand Down

0 comments on commit b68e08b

Please sign in to comment.