Skip to content

Commit

Permalink
readthedocs config file edit to use Python 3.9 so it will build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattEhall committed Sep 19, 2023
1 parent 7dfc7bb commit d7ef5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.7
version: 3.9
install:
- method: pip
path: .
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ description = "A design-oriented mooring system library for Python"
readme = "README.md"
requires-python = ">=3.9"
license = {text = "BSD-3-Clause"}
keywords = ["wind", "floating", "mooring", "design", "optimization"]
keywords = ["wind", "floating", "mooring", "design", "water"]
authors = [
{name = "National Renewable Energy Laboratory", email = "matthew.hall@nrel.gov" }
]
maintainers = [
{name = "Matthew Hall", email = "matthew.hall@nrel.gov"},
{name = "Stein Housner", email = "stein.housner@nrel.gov"},
{name = "Stefan Dalecki", email = "sjdalecki@gmail.com"},
]
classifiers = [ # Optional
# How mature is this project? Common values are
Expand Down

0 comments on commit d7ef5af

Please sign in to comment.