Skip to content

Commit d79e317

Browse files
authored
switch to use FutureWarning
1 parent 473f8f2 commit d79e317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/cuda/core/experimental/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
if sys.version_info < (3, 10):
3333
warnings.warn(
3434
"support for Python 3.9 and below is deprecated and subject to future removal",
35-
category=UserWarning,
35+
category=FutureWarning,
3636
stacklevel=1,
3737
)
3838
del sys, warnings

0 commit comments

Comments
 (0)