python-elasticsearch-logger
python-elasticsearch-logger copied to clipboard
Using environment marker for version on setup.py
Currently the setup.py will check the Python version using sys.version_info
.
That is not considered good practice and for example will not work with Poetry.
The recommendation is then to use environment markers. See for example this issue.