We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6add30 commit ff27282Copy full SHA for ff27282
flake.nix
@@ -62,10 +62,10 @@
62
asciidoctor
63
asciidoctorBoostGem
64
pre-commit
65
- python311 # matches Dockerfile, due for upgrade?
66
- python311.pkgs.black
67
- python311.pkgs.isort
68
- python311.pkgs.pip-tools
+ python313 # matches Dockerfile, due for upgrade?
+ python313.pkgs.black
+ python313.pkgs.isort
+ python313.pkgs.pip-tools
69
];
70
# Host system installation workflow goes into the bootstrap justfile target.
71
# Project specific installation and execution workflow should go here.
@@ -74,7 +74,7 @@
74
pre-commit install
75
fi
76
if [ ! -d .venv ]; then
77
- python3.11 -m venv .venv
+ python3.13 -m venv .venv
78
. .venv/bin/activate
79
pip install -r requirements.txt -r requirements-dev.txt
80
else
0 commit comments