Skip to content

Commit 9f53754

Browse files
authored
chore: downgrading python in ci for consistency (#2722)
the docs aren't building on github because a valid version of `didkit` won't install, and I think it might be because we upgraded Python to bleeding edge but only for the `ci` workflows.
1 parent d0c8799 commit 9f53754

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
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v4
7777
- uses: actions/setup-python@v5
7878
with:
79-
python-version: "3.13"
79+
python-version: "3.11"
8080
architecture: x64
8181
- name: Install Dependencies
8282
run: make requirements

0 commit comments

Comments
 (0)