SoftwareAG / nyoka

Nyoka is a Python library that helps to export ML models into PMML (PMML 4.4.1 Standard).
Apache License 2.0
184 stars 43 forks source link

Support python 3.8 #38

Closed chandlernine closed 4 years ago

chandlernine commented 4 years ago

Hello maintainers,

The following line in versions 4.2.0 and 4.2.1 prevents me from using python 3.8:

https://github.com/nyoka-pmml/nyoka/blob/4.2.1/setup.py#L32

I'd appreciate it if you'd relax the constraint or document why there is this constraint.

nyoka-pmml commented 4 years ago

Hi @chandlernine, this constraint will be removed in our next release.

Nirmal-Neel commented 4 years ago

Hi @chandlernine, the constraint is removed in the release of version 4.3.0. See the Release Notes