lk-geimfari / mimesis

Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.
https://mimesis.name
MIT License
4.38k stars 326 forks source link

Sunsetting support for older versions of Python. #1438

Closed lk-geimfari closed 7 months ago

lk-geimfari commented 10 months ago

Starting from Mimesis v12.0.0 we will support only latest versions of Python.

Namely: 3.10, 3.11, 3.12 and pypy3.10

phofl commented 7 months ago

Could you update your conda-forge recipes accordingly? You can still pull v12x in for older Python versions with conda

lk-geimfari commented 7 months ago

@phofl Unfortunately, I am not the maintainer of mimesis for conda. I'm not sure if there's anything I can do. Let me know if I'm wrong.

DManowitz commented 7 months ago

The pyproject.toml file still says python = "^3.8"

DManowitz commented 7 months ago

@phofl, I have filed a bug report and submitted a PR in the conda-forge mimesis feedstock to fix this issue, at least for v12.1.0 and going forward.

lk-geimfari commented 7 months ago

I see. My bad. I've fixed minimal Python version in pyproject.toml and released v12.1.1.