bump: python environment upgrade 3.12

links https://github.com/jxxghp/MoviePilot/issues/3543
This commit is contained in:
DDSRem
2025-04-06 11:56:00 +08:00
parent a1e6fd88a9
commit 2d6b2ab7d7
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.11.4-slim-bookworm FROM python:3.12.8-slim-bookworm
ENV LANG="C.UTF-8" \ ENV LANG="C.UTF-8" \
TZ="Asia/Shanghai" \ TZ="Asia/Shanghai" \
HOME="/moviepilot" \ HOME="/moviepilot" \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.11.4-slim-bookworm FROM python:3.12.8-slim-bookworm
ENV LANG="C.UTF-8" \ ENV LANG="C.UTF-8" \
TZ="Asia/Shanghai" \ TZ="Asia/Shanghai" \
HOME="/moviepilot" \ HOME="/moviepilot" \
+1 -1
View File
@@ -28,7 +28,7 @@
## 参与开发 ## 参与开发
需要 `Python 3.11``Node JS v20.12.1` 需要 `Python 3.12``Node JS v20.12.1`
- 克隆主项目 [MoviePilot](https://github.com/jxxghp/MoviePilot) - 克隆主项目 [MoviePilot](https://github.com/jxxghp/MoviePilot)
```shell ```shell
+1 -1
View File
@@ -6,7 +6,7 @@
在开始之前,请确保您的系统已安装以下软件: 在开始之前,请确保您的系统已安装以下软件:
- **Python 3.11 或更高版本** - **Python 3.12 或更高版本** (暂时兼容 3.11 ,推荐使用 3.12+)
- **pip** (Python 包管理器) - **pip** (Python 包管理器)
- **Git** (用于版本控制) - **Git** (用于版本控制)
+3 -3
View File
@@ -23,8 +23,8 @@ APScheduler~=3.10.1
cryptography~=43.0.0 cryptography~=43.0.0
pytz~=2023.3 pytz~=2023.3
pycryptodome~=3.20.0 pycryptodome~=3.20.0
qbittorrent-api==2024.11.69 qbittorrent-api==2024.11.70
plexapi~=4.15.16 plexapi~=4.16.0
transmission-rpc~=4.3.0 transmission-rpc~=4.3.0
Jinja2~=3.1.4 Jinja2~=3.1.4
pyparsing~=3.0.9 pyparsing~=3.0.9
@@ -34,7 +34,7 @@ beautifulsoup4~=4.12.2
pillow~=10.4.0 pillow~=10.4.0
pillow-avif-plugin~=1.4.6 pillow-avif-plugin~=1.4.6
pyTelegramBotAPI~=4.12.0 pyTelegramBotAPI~=4.12.0
playwright~=1.37.0 playwright~=1.49.1
cf-clearance~=0.31.0 cf-clearance~=0.31.0
torrentool~=1.2.0 torrentool~=1.2.0
slack-bolt~=1.18.0 slack-bolt~=1.18.0