Skip to content

Commit 30199e1

Browse files
chore(deps): update dependency python to 3.14 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 613837f commit 30199e1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.11'
16+
python-version: '3.14'
1717
- name: Install Build Tools
1818
run: |
1919
python -m pip install build wheel

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Python
1616
uses: actions/setup-python@master
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.14"
1919
- name: Install System Dependencies
2020
run: |
2121
sudo apt-get update

.github/workflows/license_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v1
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.14'
2020
- name: Install Build Tools
2121
run: |
2222
python -m pip install build wheel

.github/workflows/publish_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.11'
29+
python-version: '3.14'
3030
- name: Install Build Tools
3131
run: |
3232
python -m pip install build wheel

.github/workflows/release_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Python
4747
uses: actions/setup-python@v5
4848
with:
49-
python-version: '3.11'
49+
python-version: '3.14'
5050
- name: Install Build Tools
5151
run: |
5252
python -m pip install build wheel
@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup Python
7676
uses: actions/setup-python@v5
7777
with:
78-
python-version: '3.11'
78+
python-version: '3.14'
7979

8080
- name: Get version from setup.py
8181
id: get_version

0 commit comments

Comments
 (0)