Skip to content

Commit

Permalink
Merge pull request #1982 from karolamik13/interactions
Browse files Browse the repository at this point in the history
hpb.so for python 3.11 and 3.12
  • Loading branch information
karolamik13 authored Nov 15, 2024
2 parents 2b65775 + c82483b commit ca4cad9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added prody/proteins/hpbmodule/hpb_Python3.11/hpb.so
Binary file not shown.
Binary file added prody/proteins/hpbmodule/hpb_Python3.12/hpb.so
Binary file not shown.
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 ca4cad9

Please sign in to comment.