Skip to content

Commit 20bb235

Browse files
committed
Enable python 3.11 tests
1 parent b0a274c commit 20bb235

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
testPythonVersions = with pkgs; [
2525
python39
2626
python310
27-
# python311 # tests are currently broken
27+
python311
2828
# python312 # tests are currently broken
2929
# python313 # tests are currently broken
3030
];
@@ -127,6 +127,7 @@
127127
./Makefile
128128
./test-3.9
129129
./test-3.10
130+
./test-3.11
130131
./test-common
131132
];
132133
unpackPhase = ''

test-3.11

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test-3.9

0 commit comments

Comments
 (0)