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 b0a274c commit 20bb235Copy full SHA for 20bb235
flake.nix
@@ -24,7 +24,7 @@
24
testPythonVersions = with pkgs; [
25
python39
26
python310
27
- # python311 # tests are currently broken
+ python311
28
# python312 # tests are currently broken
29
# python313 # tests are currently broken
30
];
@@ -127,6 +127,7 @@
127
./Makefile
128
./test-3.9
129
./test-3.10
130
+ ./test-3.11
131
./test-common
132
133
unpackPhase = ''
test-3.11
@@ -0,0 +1 @@
1
+test-3.9
0 commit comments