Skip to content

Commit

Permalink
Upgrade to Python 3.11 in NixOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Jul 9, 2023
1 parent e97b48f commit 097d317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
(
pkgs.stdenv.mkDerivation {
name = "darker-test";
buildInputs = [ pkgs.python310 pkgs.git ];
buildInputs = [ pkgs.python311 pkgs.git ];
}
)

0 comments on commit 097d317

Please sign in to comment.