Skip to content

Commit f3969d8

Browse files
committed
Fixed config file.
1 parent b8b0921 commit f3969d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruspy/ruspy_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import numpy as np
66

77
# We only support modern Python.
8-
np.testing.assert_equal(sys.version_info[0], 3)
98
np.testing.assert_equal(sys.version_info[:2] >= (3, 6), True)
109

1110
# We rely on relative paths throughout the package.

0 commit comments

Comments
 (0)