Skip to content

Commit

Permalink
Relaxing Python version requirement to make readthedocs happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattEhall committed Sep 19, 2023
1 parent d7ef5af commit e9756e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.9
version: 3.8
install:
- method: pip
path: .
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "MoorPy"
version = "1.1.0"
description = "A design-oriented mooring system library for Python"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
license = {text = "BSD-3-Clause"}
keywords = ["wind", "floating", "mooring", "design", "water"]
authors = [
Expand All @@ -34,6 +34,7 @@ classifiers = [ # Optional
# that you indicate you support Python 3. These classifiers are *not*
# checked by "pip install". See instead "python_requires" below.
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit e9756e1

Please sign in to comment.