Skip to content

Commit 08cd01e

Browse files
committed
fix.
1 parent c259dc7 commit 08cd01e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: astral-sh/setup-uv@v4
2626
with:
27-
python-version-file: .python-version
27+
python-version: "3.12"
2828
enable-cache: true
2929
- run: uvx --with=tox-uv tox -e typing
3030

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ tests/test_jupyter/*.txt
2727
.ruff_cache
2828
.venv
2929
docs/jupyter_execute
30+
31+
.env
32+
logs/
33+
__pycache__/

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies = [
3131
"rich",
3232
"sqlalchemy>=2",
3333
'tomli>=1; python_version < "3.11"',
34-
'typing-extensions; python_version < "3.9"',
3534
"universal-pathlib>=0.2.2",
3635
]
3736

0 commit comments

Comments
 (0)