Skip to content

Commit 2060c9d

Browse files
committed
use Python 3.14 for examples
1 parent 392c11d commit 2060c9d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ jobs:
495495
runs-on: ${{ matrix.runner }}
496496
strategy:
497497
matrix:
498-
python: ['3.11']
498+
python: ['3.14']
499499
experimental: [false]
500500
runner: [ubuntu-latest]
501501
continue-on-error: ${{ matrix.experimental }}

examples/python/usm_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def usm_allocation():
4141
print(f"USM-host buffer allocated with size: {len(mh)}")
4242

4343
# specify alignment
44+
# TODO: add alignment check
4445
mda = dpmem.MemoryUSMDevice(128, alignment=16)
4546
print(f"16-byte aligned USM-device buffer allocated with size: {len(mda)}")
4647

0 commit comments

Comments
 (0)