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 c259dc7 commit 08cd01eCopy full SHA for 08cd01e
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
25
- uses: astral-sh/setup-uv@v4
26
with:
27
- python-version-file: .python-version
+ python-version: "3.12"
28
enable-cache: true
29
- run: uvx --with=tox-uv tox -e typing
30
.gitignore
@@ -27,3 +27,7 @@ tests/test_jupyter/*.txt
.ruff_cache
.venv
docs/jupyter_execute
+
31
+.env
32
+logs/
33
+__pycache__/
pyproject.toml
@@ -31,7 +31,6 @@ dependencies = [
"rich",
"sqlalchemy>=2",
'tomli>=1; python_version < "3.11"',
34
- 'typing-extensions; python_version < "3.9"',
35
"universal-pathlib>=0.2.2",
36
]
37
0 commit comments