Skip to content

Commit 0ea1808

Browse files
authored
Merge pull request #26 from vuillaut/renovate/python-3.x
Update dependency python to 3.14
2 parents 76a016a + 3dd5df6 commit 0ea1808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v6
19-
- name: Set up Python 3.10
19+
- name: Set up Python
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: "3.13"
22+
python-version: "3.14"
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)