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.4k stars 334 forks source link

Support python < 3.10 #1506

Closed Aymane11 closed 6 months ago

Aymane11 commented 7 months ago

Feature request

Support older python versions than 3.10

I've checked the issue #981, but on pypi it still has only python versions >= 3.10

image

lk-geimfari commented 7 months ago

To work with Mimesis on Python versions 3.8 and 3.9, the final compatible version is Mimesis 11.1.0. Install this specific version to ensure compatibility.

There are no plans to support older Python versions in future releases.