LBL-EESA / fastkde

Other
50 stars 10 forks source link

Disable py36 wheels #23

Closed davidt0x closed 1 year ago

davidt0x commented 1 year ago

Drops support for Python 3.6 wheels. It seems like setuptools_scm doesn't support 3.6 anymore since it is EOL. I think this is why the versions are getting 0.0.0 for those wheels. I think we can try one more release after this PR is merged and hopefully PyPI will take the upload. I suspect the upload would have failed anyway down the line with those 0.0.0 wheels eventually so that was a nice catch.