Skip to content

Commit 84e978a

Browse files
Update dependency python to 3.14
1 parent 01f4c28 commit 84e978a

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@v6
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@v6
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)