mirror of
https://github.com/alexta69/metube.git
synced 2026-06-13 16:40:05 +00:00
python 3.13 and dependencies upgrade
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.13'
|
||||
-
|
||||
name: Update yt-dlp
|
||||
run: |
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ RUN npm ci && \
|
||||
node_modules/.bin/ng build --configuration production
|
||||
|
||||
|
||||
FROM python:3.11-alpine
|
||||
FROM python:3.13-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -14,4 +14,4 @@ mutagen = "*"
|
||||
curl-cffi = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
python_version = "3.13"
|
||||
|
||||
Generated
+558
-405
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user