mirror of https://github.com/PokeAPI/pokeapi
chore: bump Python version in nix
This commit is contained in:
parent
9c3be75ea7
commit
5ecd42bef2
|
|
@ -3,13 +3,13 @@ pkgs.mkShell {
|
|||
name = "onix-shellder";
|
||||
venvDir = "./.venv";
|
||||
buildInputs = [
|
||||
python312Packages.python
|
||||
python312Packages.venvShellHook
|
||||
python313Packages.python
|
||||
python313Packages.venvShellHook
|
||||
|
||||
# Required dependencies
|
||||
|
||||
# Python
|
||||
python312Packages.black
|
||||
python313Packages.black
|
||||
|
||||
# misc
|
||||
taglib
|
||||
|
|
|
|||
Loading…
Reference in New Issue