Skip to content

Commit 0e26c0a

Browse files
Thiago Perrottajgraham
authored andcommitted
github actions: update python to 3.11
Blocker speced/bikeshed#2386 is resolved.
1 parent 2351137 commit 0e26c0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v3
1515
with:
16-
# Python 3.11 is broken: https://github.com/tabatkins/bikeshed/issues/2386
17-
python-version: "3.10"
16+
python-version: "3.11"
1817
- name: Build spec without warnings
1918
run: ./scripts/build.sh --install
2019
cddl:

0 commit comments

Comments
 (0)