Skip to content

Commit ac3f148

Browse files
Update dependency python to 3.14
1 parent 171834a commit ac3f148

2 files changed

Lines changed: 57 additions & 57 deletions

File tree

.github/workflows/misc.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python 3.11
3636
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3737
with:
38-
python-version: "3.11"
38+
python-version: "3.14"
3939

4040
- name: Set up uv
4141
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Python 3.11
5757
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5858
with:
59-
python-version: "3.11"
59+
python-version: "3.14"
6060

6161
- name: Set up uv
6262
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up Python 3.11
7676
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7777
with:
78-
python-version: "3.11"
78+
python-version: "3.14"
7979

8080
- name: Set up uv
8181
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -100,7 +100,7 @@ jobs:
100100
- name: Set up Python 3.11
101101
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
102102
with:
103-
python-version: "3.11"
103+
python-version: "3.14"
104104

105105
- name: Set up uv
106106
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -122,7 +122,7 @@ jobs:
122122
- name: Set up Python 3.11
123123
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
124124
with:
125-
python-version: "3.11"
125+
python-version: "3.14"
126126

127127
- name: Set up uv
128128
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -141,7 +141,7 @@ jobs:
141141
- name: Set up Python 3.11
142142
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
143143
with:
144-
python-version: "3.11"
144+
python-version: "3.14"
145145

146146
- name: Set up uv
147147
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -160,7 +160,7 @@ jobs:
160160
- name: Set up Python 3.11
161161
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
162162
with:
163-
python-version: "3.11"
163+
python-version: "3.14"
164164

165165
- name: Set up uv
166166
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0

0 commit comments

Comments
 (0)