Skip to content

Commit 5db39e8

Browse files
Update dependency python to 3.14
1 parent 5fa6139 commit 5db39e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@master
1616
- uses: actions/setup-python@v6
1717
with:
18-
python-version: '3.13'
18+
python-version: '3.14'
1919
- name: Install pip dependencies
2020
run: pip install -r requirements-dev.txt
2121
- uses: pre-commit/[email protected]
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@master
2727
- uses: actions/setup-python@v6
2828
with:
29-
python-version: '3.13'
29+
python-version: '3.14'
3030
- name: Install pip dependencies
3131
run: pip install -r requirements-dev.txt
3232
- name: Run tests

0 commit comments

Comments
 (0)