sassoftware / python-swat

The SAS Scripting Wrapper for Analytics Transfer (SWAT) package is the Python client to SAS Cloud Analytic Services (CAS). It allows users to execute CAS actions and process the results all from Python.
Other
144 stars 61 forks source link

do not create install files for Python < 3.7 #174

Closed bkemper24 closed 4 months ago

bkemper24 commented 4 months ago

do not create .whl (pypi) or .bz2 (conda) files for Python 2.7, 3.5, or 3.6. Installation of swat on these versions of Python is still supported using the tar.gz file on github.