mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-22 03:50:08 +02:00
fix(nix/package): update build and Python versions
This commit is contained in:
@@ -32,10 +32,7 @@
|
||||
{ pkgs, self', ... }:
|
||||
let
|
||||
python3 = builtins.head python3Versions;
|
||||
python3Versions = with pkgs; [
|
||||
python313
|
||||
python312
|
||||
];
|
||||
python3Versions = with pkgs; [ python314 ];
|
||||
in
|
||||
{
|
||||
packages =
|
||||
|
||||
@@ -140,10 +140,8 @@ python3Packages.buildPythonApplication {
|
||||
"tests/qt/test_build_tag_panel.py"
|
||||
"tests/qt/test_field_containers.py"
|
||||
"tests/qt/test_file_path_options.py"
|
||||
"tests/qt/test_preview_panel.py"
|
||||
"tests/qt/test_tag_panel.py"
|
||||
"tests/qt/test_tag_search_panel.py"
|
||||
"tests/test_library.py"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user