Skip to content

Commit

Permalink
Fixed config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBlesch committed Aug 22, 2019
1 parent b8b0921 commit f3969d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruspy/ruspy_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import numpy as np

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

# We rely on relative paths throughout the package.
Expand Down

0 comments on commit f3969d8

Please sign in to comment.