d2cml-ai / csdid

CSDID
https://d2cml-ai.github.io/csdid/index.html
MIT License
14 stars 4 forks source link

Allow for Python versions > 3.8 #40

Open s3alfisc opened 4 hours ago

s3alfisc commented 4 hours ago

Hi all,

I think it would be great to allow for Python versions > 3.8 =) For example, pyfixest requires Python >= 3.9, so users wouldn't be able to run both packages in the same project.

Additionally, have you considered to use one of the python package managers instead of setuptools? I have some experience with poetry and pixi & would be more than happy to help you set this up.