python 3.13 and dependencies upgrade
This commit is contained in:
parent
7ac542d25c
commit
2f4ad60c48
2
.github/workflows/update-yt-dlp.yml
vendored
2
.github/workflows/update-yt-dlp.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
name: Set up Python
|
name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.13'
|
||||||
-
|
-
|
||||||
name: Update yt-dlp
|
name: Update yt-dlp
|
||||||
run: |
|
run: |
|
||||||
|
@ -6,7 +6,7 @@ RUN npm ci && \
|
|||||||
node_modules/.bin/ng build --configuration production
|
node_modules/.bin/ng build --configuration production
|
||||||
|
|
||||||
|
|
||||||
FROM python:3.11-alpine
|
FROM python:3.13-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
2
Pipfile
2
Pipfile
@ -14,4 +14,4 @@ mutagen = "*"
|
|||||||
curl-cffi = "*"
|
curl-cffi = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.11"
|
python_version = "3.13"
|
||||||
|
963
Pipfile.lock
generated
963
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
@ -253,7 +253,7 @@ MeTube development relies on code contributions by the community. The program as
|
|||||||
|
|
||||||
## Building and running locally
|
## Building and running locally
|
||||||
|
|
||||||
Make sure you have node.js and Python 3.11 installed.
|
Make sure you have node.js and Python 3.13 installed.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd metube/ui
|
cd metube/ui
|
||||||
|
Loading…
x
Reference in New Issue
Block a user