Switch to python 3.13
This commit is contained in:
parent
03bee04d83
commit
454a59b59b
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
# Base Python package set from pyproject.nix
|
# Base Python package set from pyproject.nix
|
||||||
baseSet = pkgs.callPackage pyproject-nix.build.packages {
|
baseSet = pkgs.callPackage pyproject-nix.build.packages {
|
||||||
python = pkgs.python312;
|
python = pkgs.python313;
|
||||||
};
|
};
|
||||||
|
|
||||||
# An overlay of build fixups & test additions
|
# An overlay of build fixups & test additions
|
||||||
@ -113,7 +113,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user