Skip to content
Snippets Groups Projects
Commit 7720b020 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

net/cjdns: Fix build

Reported by:	fallout
parent 31d903a6
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// (as of this writing, we don't know what python3 versions actually work) // (as of this writing, we don't know what python3 versions actually work)
// whereas we know that python2.7 is the only working python2 version. // whereas we know that python2.7 is the only working python2 version.
-var PYTHONS = ["python3.7", "python3", "python2.7", "python2", "python"]; -var PYTHONS = ["python3.7", "python3", "python2.7", "python2", "python"];
+var PYTHONS = ["python3.9", "python3.8", "python3.7", "python3", "python2.7", "python2", "python"]; +var PYTHONS = ["python3.11", "python3.9", "python3.8", "python3.7", "python3", "python2.7", "python2", "python"];
var SCRIPT = [ var SCRIPT = [
'import sys', 'import sys',
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment