Skip to content

Commit 0d1bddb

Browse files
authoredJan 10, 2025
Merge pull request #82 from appwrite/feat-python-ml-3.12
Feat: Python 3.12 ML
2 parents 4a6c416 + 5a45a77 commit 0d1bddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Runtimes/Runtimes.php

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function __construct(string $version = '')
5353

5454
$pythonML = new Runtime('python-ml', 'Python (ML)', 'sh helpers/server.sh');
5555
$pythonML->addVersion('3.11', 'python:3.11.10-bookworm', 'openruntimes/python-ml:'.$this->version.'-3.11', [System::X86, System::ARM64]);
56+
$pythonML->addVersion('3.12', 'python:3.12.6-bookworm', 'openruntimes/python-ml:'.$this->version.'-3.12', [System::X86, System::ARM64]);
5657
$this->runtimes['python-ml'] = $pythonML;
5758

5859
$deno = new Runtime('deno', 'Deno', 'sh helpers/server.sh');

0 commit comments

Comments
 (0)
Please sign in to comment.