Skip to content

Commit e401e1a

Browse files
committed
use Python 3.14 for examples
1 parent a45f8c6 commit e401e1a

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
@@ -509,7 +509,7 @@ jobs:
509509
runs-on: ${{ matrix.runner }}
510510
strategy:
511511
matrix:
512-
python: ['3.11']
512+
python: ['3.14']
513513
experimental: [false]
514514
runner: [ubuntu-22.04]
515515
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)