Skip to content

Commit

Permalink
Drop old python2.7 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Jan 5, 2024
1 parent 68eeea0 commit ed2533d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ def discover_and_run_tests():

# use the basic test runner that outputs to sys.stderr
test_runner = unittest.TextTestRunner()

# automatically discover all tests
if sys.version_info < (2, 7):
raise "Must use python 2.7 or later"
test_suite = test_loader.discover(setup_dir)

# run the test suite
test_runner.run(test_suite)


Expand Down

0 comments on commit ed2533d

Please sign in to comment.