File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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/
Original file line number Diff line number Diff line change 1- 3.14
1+ 3.12
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments