From 6c53a1429d3901f452deabc55867ae293778da94 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Sun, 10 Nov 2024 18:20:45 +0800 Subject: [PATCH] update to python 3.13 --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aa31de7..60b5ca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye +FROM python:3.13-slim-bullseye LABEL maintainer="admin@yoursfunny.top" diff --git a/requirements.txt b/requirements.txt index e54c96e..6d7d87a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ python-telegram-bot[webhooks]~=21.7 httpx[http2]~=0.27 -uvloop~=0.19.0; sys_platform != 'win32' +uvloop~=0.21; sys_platform != 'win32' async-pixiv @ git+https://github.com/TheFunny/async-pixiv@main \ No newline at end of file