Skip to content

Commit d2cc920

Browse files
committed
ci: pin python version 3.13 within regression test
1 parent cd88bfc commit d2cc920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Set up Python 3.14
8989
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
9090
with:
91-
python-version: "3.14"
91+
python-version: "3.13"
9292
cache: pip
9393

9494
- name: Install testing dependencies

0 commit comments

Comments
 (0)