Skip to content

Commit cf05cac

Browse files
authored
chore: remove 3.13 from CI as it fails
1 parent c3c03a1 commit cf05cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
id-token: "write"
8989
strategy:
9090
matrix:
91-
python-version: ["3.10", "3.11", "3.12", "3.13"]
91+
python-version: ["3.10", "3.11", "3.12"]
9292

9393
steps:
9494
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)