Skip to content

Commit d7d73f7

Browse files
chore(deps): update dependency python to 3.14
1 parent b22fd96 commit d7d73f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Python
1616
uses: actions/setup-python@v6
1717
with:
18-
python-version: 3.13
18+
python-version: 3.14
1919

2020
- name: Install Ariadne-codegen
2121
run: pip install ariadne-codegen

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Python
1616
uses: actions/setup-python@v6
1717
with:
18-
python-version: 3.13
18+
python-version: 3.14
1919

2020
- name: "Install dependencies"
2121
run: pip install ".[dev]"

0 commit comments

Comments
 (0)