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 0f29cf2 commit 4efa54bCopy full SHA for 4efa54b
.github/workflows/ci.yml
@@ -32,5 +32,5 @@ jobs:
32
steps:
33
- uses: actions/checkout@v4
34
- uses: astral-sh/setup-uv@v6
35
- - run: uv python install
+ - run: uv python install python3.13
36
- run: uv run pytest
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "obelisk-py"
3
description = "The one Obelisk client to rule them all"
4
readme = "README.md"
5
-requires-python = ">=3.9"
+requires-python = ">=3.9,<3.14"
6
dependencies = [
7
"ruff>=0.9.6",
8
"httpx>=0.28.1",
0 commit comments