Skip to content

Commit e618e58

Browse files
committed
new python version
1 parent 6d2ca9b commit e618e58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15-
- name: Set up Python 3.8
15+
- name: Set up Python 3.14
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: '3.8'
18+
python-version: '3.14'
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)