Skip to content

Commit 2bc29b5

Browse files
committed
Our flake can only support Python 3.10 and 3.11
- ipython-8.24.0 not supported for interpreter python3.9 - magic-wormhole-transit-relay-0.2.1 not supported for interpreter python3.12 Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
1 parent 52cf658 commit 2bc29b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# or PyPy. We take care to avoid things like "python-foo" and
7878
# "python3Full-unittest" though. We only want things like "pypy38"
7979
# or "python311".
80-
nameMatches = name: null != builtins.match "(python|pypy)3[[:digit:]]{0,2}" name;
80+
nameMatches = name: null != builtins.match "(python|pypy)3(10|11)?" name;
8181

8282
# Sometimes an old version is left in the package set as an error
8383
# saying something like "we remove this". Make sure we whatever we

0 commit comments

Comments
 (0)