mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-23 15:42:28 -04:00
Scanner: move to Python3.14 (#1253)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Generated
+947
-478
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user