Skip to content

Commit 4efa54b

Browse files
committed
CI: Pin Python to 3.13
1 parent 0f29cf2 commit 4efa54b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: astral-sh/setup-uv@v6
35-
- run: uv python install
35+
- run: uv python install python3.13
3636
- run: uv run pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "obelisk-py"
33
description = "The one Obelisk client to rule them all"
44
readme = "README.md"
5-
requires-python = ">=3.9"
5+
requires-python = ">=3.9,<3.14"
66
dependencies = [
77
"ruff>=0.9.6",
88
"httpx>=0.28.1",

0 commit comments

Comments
 (0)