Skip to content

2.0.2

Latest

Choose a tag to compare

@orbeckst orbeckst released this 25 Jun 00:49
· 6 commits to main since this release
4143745

This is a patch-level release with bug fixes and changes in supported Python versions

  • setuptools is pinned to <81 because PROPKA 3.1 (which is currently the only supported version of propka (see #20)) requires pkg_resources that was removed from setuptools ≥81 (see issue #80)
  • supported Python: 3.11 - 3.14 (3.10 was removed is not tested any more)

What's Changed

  • Update GitHub Actions and ReadTheDocs workflows to use modern conda setup by @orbeckst with @Copilot in #78
  • Replace pkg_resources for test data paths by @Mirochill in #81
  • updated actions in workflows by @orbeckst in #83

New Contributors

Full Changelog: release-2.0.1...release-2.0.2rc1