Skip to content

Commit f75213d

Browse files
committed
[core] pinned python version for tests
1 parent e43418a commit f75213d

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.x"
19+
python-version: "3.13"
2020

2121
- name: Build release distributions
2222
run: |

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Python
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: 3.x
47+
python-version: 3.13
4848

4949
- name: Build and install package
5050
run: python -m pip install .[all]

0 commit comments

Comments
 (0)