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

Support for python 3.12 #179

Open gygabyte017 opened 2 months ago

gygabyte017 commented 2 months ago

Hi, now that python 3.12 has been out there for several months, is it planned to update this package to support python 3.12, and if so do you have any forecast about when to expect it?

Thank you Regards

bkemper24 commented 2 months ago

There are no specific plans to update at this time, but I'll keep you posted if/when that changes.

chunky commented 1 month ago

For us, this caused a concrete problem with one of our users preferentially using conda. They had a conda venv with 3.12, but had no success when installing the package using conda (they didn't know about that sas-institute channel). So they used pip install, which installed without complaint... Then struggled to figure out why nothing worked. The obvious path of least resistance is broken for that user, who didn't even realize he was doing anything problematic

Please chalk us up as a organization that would strongly like to see 3.12 correctly "just work"