diff --git a/prody/proteins/hpbmodule/hpb_Python3.11/hpb.so b/prody/proteins/hpbmodule/hpb_Python3.11/hpb.so new file mode 100755 index 000000000..68c661d9a Binary files /dev/null and b/prody/proteins/hpbmodule/hpb_Python3.11/hpb.so differ diff --git a/prody/proteins/hpbmodule/hpb_Python3.12/hpb.so b/prody/proteins/hpbmodule/hpb_Python3.12/hpb.so new file mode 100755 index 000000000..b64e16a82 Binary files /dev/null and b/prody/proteins/hpbmodule/hpb_Python3.12/hpb.so differ diff --git a/prody/tests/proteins/test_insty.py b/prody/tests/proteins/test_insty.py index fefe27258..594041d7d 100644 --- a/prody/tests/proteins/test_insty.py +++ b/prody/tests/proteins/test_insty.py @@ -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)