Skip to content

Commit ed7da9c

Browse files
committed
chore: remove no-longer-necessary warning
1 parent 879f320 commit ed7da9c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

cuda_core/cuda/core/experimental/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@
2626
finally:
2727
del cuda.bindings, importlib, subdir, cuda_major, cuda_minor
2828

29-
import sys # noqa: E402
30-
import warnings # noqa: E402
31-
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=FutureWarning,
36-
stacklevel=1,
37-
)
38-
del sys, warnings
39-
4029
from cuda.core.experimental import utils # noqa: E402
4130
from cuda.core.experimental._device import Device # noqa: E402
4231
from cuda.core.experimental._event import Event, EventOptions # noqa: E402

0 commit comments

Comments
 (0)