reinterpretcat / vrp

A Vehicle Routing Problem solver
https://reinterpretcat.github.io/vrp/
Apache License 2.0
331 stars 68 forks source link

Pip wheels for python 3.11 #142

Open KhDenys opened 5 months ago

KhDenys commented 5 months ago

Hi @reinterpretcat, could you build pip wheels for the latest vrp version? Looks like 1.23 has build for python 3.10 only. Thanks

reinterpretcat commented 5 months ago

Hm, it seems a side effect of this change (I'm using github action to build them automatically):

https://github.com/reinterpretcat/vrp/commit/397d5a9965e06c3add73565e6482640b8d74597b

I did it to workaround an issue I got with old code:

error: the configured Python interpreter version (3.6) is lower than PyO3's minimum supported version (3.7)

So, I need to find out how to fix it differently and prepare a new release which might take some time.