Skip to content

Commit c821035

Browse files
committed
[core] updated publishing to use py3.14
1 parent fda929b commit c821035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.13"
19+
python-version: "3.14"
2020

2121
- name: Build release distributions
2222
run: |

.github/workflows/python-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.13"
20+
python-version: "3.14"
2121

2222
- name: Build release distributions
2323
run: |

0 commit comments

Comments
 (0)