alchemistry / alchemlyb

the simple alchemistry library
https://alchemlyb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
189 stars 49 forks source link

test on python 3.11 #269

Closed orbeckst closed 1 year ago

orbeckst commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #269 (88e5de7) into master (6b51c81) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #269   +/-   ##
=======================================
  Coverage   98.69%   98.69%           
=======================================
  Files          26       26           
  Lines        1759     1759           
  Branches      363      378   +15     
=======================================
  Hits         1736     1736           
  Misses          3        3           
  Partials       20       20           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

orbeckst commented 1 year ago

Python 3.11 fails because there's no pymbar 3.1 LTS package available for Python 3.11 https://github.com/conda-forge/pymbar-feedstock/issues/26

orbeckst commented 1 year ago

pymbar LTS 3.1 packages for 3.11 are now available and tests pass — should be good to go!