Skip to content

Commit 1f52030

Browse files
committed
don't use 3.14 for ruff/bandit/etc yet
1 parent af9bc20 commit 1f52030

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/python-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6565

66-
- name: Set up Python 3.14.0-alpha.6
66+
- name: Set up Python 3.13
6767
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
6868
with:
69-
python-version: "3.14.0-alpha.6"
69+
python-version: "3.13"
7070

7171
- name: Install uv
7272
uses: install-pinned/uv@51bb057ca8857db7531f188d414ba32b7bb16d2b # 0.4.12
@@ -85,10 +85,10 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8787

88-
- name: Set up Python 3.14.0-alpha.6
88+
- name: Set up Python 3.13
8989
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
9090
with:
91-
python-version: "3.14.0-alpha.6"
91+
python-version: "3.13"
9292

9393
- name: Install uv
9494
uses: install-pinned/uv@51bb057ca8857db7531f188d414ba32b7bb16d2b # 0.4.12
@@ -107,10 +107,10 @@ jobs:
107107
steps:
108108
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109109

110-
- name: Set up Python 3.14.0-alpha.6
110+
- name: Set up Python 3.13
111111
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
112112
with:
113-
python-version: "3.14.0-alpha.6"
113+
python-version: "3.13"
114114

115115
- name: Install uv
116116
uses: install-pinned/uv@51bb057ca8857db7531f188d414ba32b7bb16d2b # 0.4.12

0 commit comments

Comments
 (0)