WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ac9675d

Browse files
committed
update
1 parent 11affeb commit ac9675d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ jobs:
139139
PACKAGENAME: bika_py37_windows_x64
140140
steps:
141141
- uses: actions/checkout@v2
142-
- name: Set up Python 3.7
142+
- name: Set up Python 3.9
143143
uses: actions/setup-python@v2
144144
with:
145-
python-version: 3.7
145+
python-version: 3.9
146146
- name: Install dependencies
147147
run: |
148148
python -m pip install --upgrade pip
@@ -181,10 +181,10 @@ jobs:
181181
PACKAGENAME: bika_py37_nosr_windows_x64
182182
steps:
183183
- uses: actions/checkout@v2
184-
- name: Set up Python 3.7
184+
- name: Set up Python 3.9
185185
uses: actions/setup-python@v2
186186
with:
187-
python-version: 3.7
187+
python-version: 3.9
188188
- name: Install dependencies
189189
run: |
190190
python -m pip install --upgrade pip

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ jobs:
185185
PACKAGENAME: ${{ needs.setup.outputs.PACKAGE_PREFIX }}_windows_x64
186186
steps:
187187
- uses: actions/checkout@v4
188-
- name: Set up Python 3.7
188+
- name: Set up Python 3.9
189189
uses: actions/setup-python@v5
190190
with:
191-
python-version: 3.7
191+
python-version: 3.9
192192

193193
- name: Install dependencies
194194
run: |
@@ -238,10 +238,10 @@ jobs:
238238
PACKAGENAME: ${{ needs.setup.outputs.PACKAGE_PREFIX }}_windows_nosr_x64
239239
steps:
240240
- uses: actions/checkout@v4
241-
- name: Set up Python 3.7
241+
- name: Set up Python 3.9
242242
uses: actions/setup-python@v5
243243
with:
244-
python-version: 3.7
244+
python-version: 3.9
245245

246246
- name: Install dependencies
247247
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![GitHub](https://img.shields.io/github/license/tonquer/picacg-qt)](https://raw.githubusercontent.com/tonquer/picacg-qt/master/LICENSE.txt)
66
[![GitHub](https://img.shields.io/github/workflow/status/tonquer/picacg-qt/CI?label=CI)](https://github.com/tonquer/picacg-qt/actions)
7-
![Relese](https://img.shields.io/badge/Python-3.7.9%2B-brightgreen)
7+
![Relese](https://img.shields.io/badge/Python-3.9.13%2B-brightgreen)
88
[![Relese](https://img.shields.io/github/v/release/tonquer/picacg-qt)](https://github.com/tonquer/picacg-qt/releases)
99
![Relese](https://img.shields.io/github/downloads/tonquer/picacg-qt/total)
1010

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![GitHub](https://img.shields.io/github/license/tonquer/picacg-qt)](https://raw.githubusercontent.com/tonquer/picacg-qt/master/LICENSE.txt)
66
[![GitHub](https://img.shields.io/github/workflow/status/tonquer/picacg-qt/CI?label=CI)](https://github.com/tonquer/picacg-qt/actions)
7-
![Relese](https://img.shields.io/badge/Python-3.7.9%2B-brightgreen)
7+
![Relese](https://img.shields.io/badge/Python-3.9.13%2B-brightgreen)
88
[![Relese](https://img.shields.io/github/v/release/tonquer/picacg-qt)](https://github.com/tonquer/picacg-qt/releases)
99

1010
- PicACG PC Client (Support Windows, Linux and macOS), using QT as interface.

src/requirements_macos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PySide6==6.5.3
1+
PySide6==6.4.3
22
websocket-client==0.59.0
33

44
pillow

0 commit comments

Comments
 (0)