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
- @orbeckst with @Copilot made their first contribution in #78
- @Mirochill made their first contribution in #81
Full Changelog: release-2.0.1...release-2.0.2rc1