Skip to content

Commit

Permalink
test: test against python 3.11 to avoid x86_64-darwin build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 28, 2024
1 parent 3b88031 commit 5719038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mkdocs-material/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ poetry2nix, python3 }:
{ poetry2nix, python311 }:
let
env = poetry2nix.mkPoetryEnv {
python = python3;
python = python311;
pyproject = ./pyproject.toml;
poetrylock = ./poetry.lock;
};
Expand Down

0 comments on commit 5719038

Please sign in to comment.