Skip to content

Commit

Permalink
update hpb test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 31, 2024
1 parent 7ae09c3 commit a56926b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/tests/proteins/test_insty.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def testImportHpb(self):
except ImportError:
imported_hpb = False

if sys.version_info[1] < 11:
if sys.version_info[1] < 13:
self.assertTrue(imported_hpb)
else:
self.assertFalse(imported_hpb)
Expand Down

0 comments on commit a56926b

Please sign in to comment.