Skip to content

Commit b0863e0

Browse files
authored
feat: add support for Python 3.13 (#21)
1 parent 7dc896e commit b0863e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616
cuda-version: ["11.8"]
1717

1818
name: Python ${{ matrix.python-version }} CUDA ${{ matrix.cuda-version }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ["3.8", "3.11", "3.12"]
12+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1313
cuda-version: ["11.8"]
1414
platform: ["linux/amd64", "linux/arm64"]
1515

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A minimal CUDA and cuDNN install on top of the official `python:3.x-slim` base i
88

99
- ✅ Starts from the official `python:3.x-slim` base image
1010
- 🐍 Adds a single `micromamba` executable to install CUDA and cuDNN
11-
- 🧬 Matrix build for Python {3.8, 3.9, 3.10, 3.11, 3.12}, CUDA {11.8}, and cuDNN {8.9}
11+
- 🧬 Matrix build for Python {3.8, 3.9, 3.10, 3.11, 3.12, 3.13}, CUDA {11.8}, and cuDNN {8.9}
1212
- 📦 Multi-platform build for `linux/amd64` and `linux/arm64`
1313
- 🐭 Image size is only 1.8GB
1414

0 commit comments

Comments
 (0)