Skip to content

Commit bde0138

Browse files
Update dependency python to 3.14
1 parent b6ef8e2 commit bde0138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Python
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.8
16+
python-version: 3.14
1717
- name: Install Build Tools
1818
run: |
1919
python -m pip install build wheel

.github/workflows/license_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Python
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.8
16+
python-version: 3.14
1717
- name: Install Build Tools
1818
run: |
1919
python -m pip install build wheel

0 commit comments

Comments
 (0)