We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473f8f2 commit d79e317Copy full SHA for d79e317
cuda_core/cuda/core/experimental/__init__.py
@@ -32,7 +32,7 @@
32
if sys.version_info < (3, 10):
33
warnings.warn(
34
"support for Python 3.9 and below is deprecated and subject to future removal",
35
- category=UserWarning,
+ category=FutureWarning,
36
stacklevel=1,
37
)
38
del sys, warnings
0 commit comments