Skip to content

Commit 46bf6b7

Browse files
committed
Update dask-memusage-gpus to use Python 3.13
Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
1 parent 64128eb commit 46bf6b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# Run for Python 3.8 only for now
17-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1818
os: [ubuntu-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ classifiers = [
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1920
"Operating System :: OS Independent",
20-
"Development Status :: 1 - Planning",
2121
"Environment :: GPU :: NVIDIA CUDA",
2222
]
2323
readme="README.md"

0 commit comments

Comments
 (0)