We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f033038 commit c61049fCopy full SHA for c61049f
.github/workflows/deploy_book.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python 3.8
18
uses: actions/setup-python@v2
19
with:
20
- python-version: 3.12
+ python-version: 3.8
21
22
- name: Install dependencies
23
run: |
pyproject.toml
@@ -14,7 +14,7 @@ dependencies = [
14
"pydantic",
15
"tqdm"
16
]
-requires-python = ">=3.9"
+requires-python = ">=3.8"
authors = [
{name = "Christopher Morrison", email = "[email protected]"},
0 commit comments