bernardodionisi / differences

difference-in-differences in Python
https://bernardodionisi.github.io/differences/latest/
GNU General Public License v3.0
92 stars 19 forks source link

Requires-Python >=3.8 #1

Closed matheusfacure closed 1 year ago

matheusfacure commented 1 year ago

Not sure why exactly, but this package only runs in python >= 3.8

image
bernardodionisi commented 1 year ago

Hi Matheus,

thank you for pointing this out. Python 3.8+ is a requirement I set for the package. Once you mentioned this, I realized the package currently works only for Python 3.9+, even if it can be installed for Python 3.8+; I forgot to include annotations in one module. I will fix and make sure it works for 3.8 as well, and release it again on pypi.

Some dependencies of the package have been tested only for py 3.8+, thus I wanted to keep the requirement strict.

bernardodionisi commented 1 year ago

Hi Matheus,

differences v0.1.2 should work with py38+. Python 3.8+ is still a strict requirement for this package.

I will close this issue but feel free to comment more in this thread about the python version if needed

Thanks again