Skip to content

Commit 59dd16e

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9bc8fc8 commit 59dd16e

File tree

1 file changed

+1
-1
lines changed
  • cyclonedx_py/_internal/py_interop

1 file changed

+1
-1
lines changed

cyclonedx_py/_internal/py_interop/glob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import sys
2121
from glob import glob as _glob
2222

23-
if sys.version_info > (3, 10):
23+
if sys.version_info >= (3, 10):
2424
glob = _glob
2525
else:
2626
from os.path import join, sep

0 commit comments

Comments
 (0)