python-markdown-generator icon indicating copy to clipboard operation
python-markdown-generator copied to clipboard

Package requirements changed

Open theodore86 opened this issue 2 years ago • 3 comments

ERROR: Package 'python-markdown-generator' requires a different Python: 3.9.0 not in '>=3.10,<4.0'

This is intentional?

Thanks, Theo

theodore86 avatar Nov 23 '22 12:11 theodore86

I switched to new pyproject.toml format and poetry, and I might have put too strict requirements. Thanks for noting. When I have time, I should put tests for different Python versions to verify it works.

I believe that it should work from 3.7 and up, however.

Nicceboy avatar Nov 23 '22 12:11 Nicceboy

No it doesn't, tried to install it at python3.9 and it fails with the message: ERROR: Package 'python-markdown-generator' requires a different Python: 3.9.0 not in '>=3.10,<4.0', works only for python3.10 and upwards

theodore86 avatar Nov 23 '22 13:11 theodore86

After the commit installation succeeded!

Thank you very much!

theodore86 avatar Nov 23 '22 13:11 theodore86