mirror of
https://github.com/superlinear-ai/python-gpu.git
synced 2025-03-26 03:37:17 +03:00
feat: add support for Python 3.13 (#21)
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
cuda-version: ["11.8"]
|
||||
|
||||
name: Python ${{ matrix.python-version }} CUDA ${{ matrix.cuda-version }}
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.11", "3.12"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
cuda-version: ["11.8"]
|
||||
platform: ["linux/amd64", "linux/arm64"]
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ A minimal CUDA and cuDNN install on top of the official `python:3.x-slim` base i
|
||||
|
||||
- ✅ Starts from the official `python:3.x-slim` base image
|
||||
- 🐍 Adds a single `micromamba` executable to install CUDA and cuDNN
|
||||
- 🧬 Matrix build for Python {3.8, 3.9, 3.10, 3.11, 3.12}, CUDA {11.8}, and cuDNN {8.9}
|
||||
- 🧬 Matrix build for Python {3.8, 3.9, 3.10, 3.11, 3.12, 3.13}, CUDA {11.8}, and cuDNN {8.9}
|
||||
- 📦 Multi-platform build for `linux/amd64` and `linux/arm64`
|
||||
- 🐭 Image size is only 1.8GB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user