Skip to content

Commit 6c9f1b9

Browse files
committed
feat: update python version
1 parent c774a81 commit 6c9f1b9

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/pkg.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- os: windows-2022
3737
version: win_x86
3838
pythonArch: 'x86'
39+
- os: macos-14
40+
version: mac_apple
41+
pythonArch: 'x64'
3942
- os: macos-12
4043
version: mac_intel
4144
pythonArch: 'x64'
@@ -61,8 +64,8 @@ jobs:
6164
- name: Setup Python
6265
uses: actions/setup-python@v5
6366
with:
64-
python-version: '3.7'
65-
architecture: ${{ matrix.pythonArch }}
67+
python-version: '3.10'
68+
# architecture: ${{ matrix.pythonArch }}
6669

6770
- name: Install Requirements
6871
run: |
@@ -109,13 +112,14 @@ jobs:
109112
run: |
110113
mv ./win_x64.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_win_x64.zip
111114
mv ./win_x86.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_win_x86.zip
115+
mv ./mac_apple.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_mac_apple.zip
112116
mv ./mac_intel.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_mac_intel.zip
113117
mv ./ubuntu_x64.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_ubuntu_x64.zip
114118
115119
- name: Release and Done
116120
uses: ncipollo/release-action@v1
117121
with:
118-
artifacts: "PixivBiu_${{ github.event.inputs.releaseTag }}_win_x64.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_win_x86.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_mac_intel.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_ubuntu_x64.zip"
122+
artifacts: "PixivBiu_${{ github.event.inputs.releaseTag }}_win_x64.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_win_x86.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_mac_apple.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_mac_intel.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_ubuntu_x64.zip"
119123
tag: ${{ github.event.inputs.releaseTag }}
120124
name: ${{ github.event.inputs.releaseName }}
121125
body: ${{ github.event.inputs.releaseBody }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PixivBiu,一款不错的 Pixiv **辅助**工具。
2525

2626
### 已编译程序
2727

28-
此项目基于 `Python@3.7(+)` 编写,使用 `PyInstaller` 构建编译版本。
28+
此项目基于 `Python@3.10(+)` 编写,使用 `PyInstaller` 构建编译版本。
2929

3030
这里提供 Windows、macOS 和 Ubuntu 的编译版本,如有其他需求请自行编译。
3131

README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PixivBiu, a nice Pixiv **assistant** tool.
2525

2626
### Executable Binary File
2727

28-
This project is written in `Python@3.7(+)` and is compiled using `PyInstaller`.
28+
This project is written in `Python@3.10(+)` and is compiled using `PyInstaller`.
2929

3030
Compiled versions are provided for Windows, macOS, and Ubuntu. If you have other requirements, please compile it yourself.
3131

README_JA.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PixivBiuはPixivのための**補助的な**ツールです。
2525

2626
### 実行バイナリから
2727

28-
このプロジェクトは Python 3.7 以上で開発されており、実行バイナリのビルドには `PyInstaller` を使用しています。
28+
このプロジェクトは Python 3.10 以上で開発されており、実行バイナリのビルドには `PyInstaller` を使用しています。
2929

3030
Windows 版、macOS 版と Ubuntu 版が利用可能ですが、もし必要であれば自分でビルドを試してください。
3131

0 commit comments

Comments
 (0)