In my dub.sdl file I have

configuration "python35" {
 subConfiguration "autowrap" "python35"
}

and I run

dub build --config=python35

which still tries to find python36. Why doesn't it look for 3.5?

Reply via email to