Skip to content

Commit 9ebed46

Browse files
Pin to python 3.12
1 parent 25edd2d commit 9ebed46

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up uv
3232
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
3333
with:
34-
python-version: "3.14"
34+
python-version: "3.12"
3535
enable-cache: true
3636

3737
- name: Audit dependencies for vulnerabilities
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up uv
5050
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
5151
with:
52-
python-version: "3.14"
52+
python-version: "3.12"
5353
enable-cache: true
5454

5555
- name: Sync dependencies
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up uv
7676
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
7777
with:
78-
python-version: "3.14"
78+
python-version: "3.12"
7979
enable-cache: true
8080

8181
- name: Sync dependencies
@@ -104,7 +104,7 @@ jobs:
104104
- name: Set up uv
105105
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
106106
with:
107-
python-version: "3.14"
107+
python-version: "3.12"
108108
enable-cache: true
109109

110110
- name: Sync dependencies
@@ -139,7 +139,7 @@ jobs:
139139
- name: Set up uv
140140
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
141141
with:
142-
python-version: "3.14"
142+
python-version: "3.12"
143143
enable-cache: true
144144

145145
- name: Sync dependencies (incl. build / Briefcase)
@@ -155,7 +155,7 @@ jobs:
155155
uv run briefcase package windows -p zip
156156
157157
- name: Upload Briefcase ZIP artifact
158-
uses: actions/upload-artifact@v7
158+
uses: actions/upload-artifact@v4
159159
with:
160160
name: briefcase-windows-zip-${{ github.sha }}
161161
path: dist/

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14
1+
3.12

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ classifiers = [
1515
"Topic :: Scientific/Engineering :: Medical Science Apps.",
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3.12",
18-
"Programming Language :: Python :: 3.13",
19-
"Programming Language :: Python :: 3.14",
2018
"License :: OSI Approved :: MIT License",
2119
"Environment :: X11 Applications :: Qt",
2220
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)