mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-08 10:11:55 -04:00
Scanner: move to Python3.14 (#1253)
This commit is contained in:
parent
1651473b7b
commit
65784f38dd
@ -1,4 +1,4 @@
|
||||
FROM python:3.13
|
||||
FROM python:3.14
|
||||
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ name: scanner
|
||||
dev:
|
||||
scanner:
|
||||
imageSelector: ghcr.io/zoriya/kyoo_scanner
|
||||
devImage: docker.io/astral/uv:python3.13-trixie
|
||||
devImage: docker.io/astral/uv:python3.14-trixie
|
||||
workingDir: /app
|
||||
sync:
|
||||
- path: .:/app
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{pkgs ? import <nixpkgs> {}}: let
|
||||
python = pkgs.python313.withPackages (ps:
|
||||
python = pkgs.python314.withPackages (ps:
|
||||
with ps; [
|
||||
fastapi
|
||||
pydantic
|
||||
@ -22,5 +22,5 @@ in
|
||||
];
|
||||
|
||||
UV_PYTHON_PREFERENCE = "only-system";
|
||||
UV_PYTHON = pkgs.python313;
|
||||
UV_PYTHON = pkgs.python314;
|
||||
}
|
||||
|
||||
1425
scanner/uv.lock
generated
1425
scanner/uv.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user