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 2351137 commit 0e26c0aCopy full SHA for 0e26c0a
.github/workflows/test.yml
@@ -13,8 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-python@v3
15
with:
16
- # Python 3.11 is broken: https://github.com/tabatkins/bikeshed/issues/2386
17
- python-version: "3.10"
+ python-version: "3.11"
18
- name: Build spec without warnings
19
run: ./scripts/build.sh --install
20
cddl:
0 commit comments