Giskard-AI / giskard

🐢 Open-Source Evaluation & Testing for ML & LLM systems
https://docs.giskard.ai
Apache License 2.0
4.07k stars 267 forks source link

Add support for python 3.12 #2006

Closed tituslhy closed 2 months ago

tituslhy commented 2 months ago

🚀 Feature Request

Giskard currently supports up till python 3.11. This request is to extend support for python 3.12.

🔈 Motivation

Python 3.12 has had a number of significant improvements over python 3.11 especially on the asyncio front. Python 3.12 improvements

I'm not sure about everyone else but I've been using python 3.12 since its launch and have been very happy with its performance because LLM applications must run asynchronously in live production. I hope that Giskard will consider extending support for python 3.12.

kevinmessiaen commented 2 months ago

Hello, this should be available soon, we are testing it to make sure everything works fine

I close this issue since we have another one for #1976