dstackai / dstack

dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with multi-cloud & on-prem support. It natively supports NVIDIA, AMD, & TPU.
https://dstack.ai/docs
Mozilla Public License 2.0
1.6k stars 157 forks source link

Support Python 3.13, deprecate Python 3.8 #1833

Closed jvstme closed 1 month ago

jvstme commented 1 month ago

Checklists

Running dstack under 3.9-3.13

Running dstack configurations under 3.9-3.13

After a few dstack releases

jvstme commented 1 month ago

Running dstack under 3.13 seems to be blocked by https://github.com/MagicStack/asyncpg/issues/1181. Other steps in this issue shouldn't be blocked

un-def commented 1 month ago

asyncpg v0.30.0 with Python 3.13 support has just been released.

jvstme commented 1 month ago

Running dstack under 3.13 is also blocked by:

zmievsa commented 1 month ago

Let me take care of the first issue.