python-markdown-generator
python-markdown-generator copied to clipboard
Package requirements changed
ERROR: Package 'python-markdown-generator' requires a different Python: 3.9.0 not in '>=3.10,<4.0'
This is intentional?
Thanks, Theo
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.
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