Skip to content

Commit c61049f

Browse files
committed
Revert min version to build book.
1 parent f033038 commit c61049f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python 3.8
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.12
20+
python-version: 3.8
2121

2222
- name: Install dependencies
2323
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"pydantic",
1515
"tqdm"
1616
]
17-
requires-python = ">=3.9"
17+
requires-python = ">=3.8"
1818
authors = [
1919
{name = "Christopher Morrison", email = "[email protected]"},
2020
]

0 commit comments

Comments
 (0)