Skip to content

Commit ff27282

Browse files
committed
Nix Python 3.13 updates (#1379)
1 parent c6add30 commit ff27282

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
asciidoctor
6363
asciidoctorBoostGem
6464
pre-commit
65-
python311 # matches Dockerfile, due for upgrade?
66-
python311.pkgs.black
67-
python311.pkgs.isort
68-
python311.pkgs.pip-tools
65+
python313 # matches Dockerfile, due for upgrade?
66+
python313.pkgs.black
67+
python313.pkgs.isort
68+
python313.pkgs.pip-tools
6969
];
7070
# Host system installation workflow goes into the bootstrap justfile target.
7171
# Project specific installation and execution workflow should go here.
@@ -74,7 +74,7 @@
7474
pre-commit install
7575
fi
7676
if [ ! -d .venv ]; then
77-
python3.11 -m venv .venv
77+
python3.13 -m venv .venv
7878
. .venv/bin/activate
7979
pip install -r requirements.txt -r requirements-dev.txt
8080
else

0 commit comments

Comments
 (0)