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 b22fd96 commit d7d73f7Copy full SHA for d7d73f7
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Python
16
uses: actions/setup-python@v6
17
with:
18
- python-version: 3.13
+ python-version: 3.14
19
20
- name: Install Ariadne-codegen
21
run: pip install ariadne-codegen
.github/workflows/publish.yml
- name: "Install dependencies"
run: pip install ".[dev]"
0 commit comments