Lower Python requirement to >=3.9 and verify install in conda+docker … - #71
Conversation
|
Thanks! Can you also change the |
|
Can you explain why exactly we care about 3.9 support? It's about to be end-of-life - Oct 31 2025 (see https://endoflife.date/python). |
|
We talked about it in person -- and I said if the fix is just lowering it in pyproject, then the cost is low and it'll fix the install for anyone still using 3.9 (IIRC Amazon / others used 3.8 a few months into the EOL date before moving to 3.10?). Seems like lowering pyproject is enough, so why not. But the moment we use a 3.10 exclusive feature we should definitely bump it back. |
Added Python 3.9 to CI matrices ( |
…(#66)
pyproject.tomlfrom 3.10 → 3.9• Conda environment (Python 3.9) -
pip install -e .succeeded;import chatdbgworks• Docker
python:3.9image (GDB uses Python 3.13) - added/work/srctosys.pathfor importwhyexecutes withoutold_stuff.chatdbg_utilsAttributeError