Modernize dependencies, tests, and Python support. - #221
Merged
Conversation
…rs to 'main' and 'dev'.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev #221 +/- ##
======================================
Coverage ? 37.90%
======================================
Files ? 70
Lines ? 4327
Branches ? 0
======================================
Hits ? 1640
Misses ? 2687
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
Author
|
This will have to stay open a bit as mygene's dealing with a proxy issue for their API. |
…to restrict support to Python 3.11 and 3.12.
…sts for resource consumers.
sdhutchins
added a commit
that referenced
this pull request
Jul 14, 2026
* Fixes to readme. * Add tests for Genbank. * Add align tests. * Convert README to md. * Tweaks to readme formatting. * Add MIT license. * Add pyproject.toml. * Fixing manifest and setup files. * Fix docs ci. * Fix cookiecutter classifier. * Update CITATION.cff with author and version info. Updated author information and added email addresses. Changed version to 1.0.0b2 and added repository code and license details. * Bump werkzeug (#218) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 3.1.5. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@0.15.3...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add tests for Genbank. * Add align tests. * Convert README to md. * Tweaks to readme formatting. * Fixing manifest and setup files. * Modernize dependencies, tests, and Python support. (#221) * Refactor post-installation script permissions handling in setup.py. * Make the Cookiecutter Flask stack compatible with Flask 3.1.3 and Python 3.11+. * Deprecate pkg_resources. * Update CI workflow to limit branches for push and pull request triggers to 'main' and 'dev'. * Update PackageVersion test to use 'OrthoEvol' as the package name. * Update Python version requirements in pyproject.toml and CI workflow to restrict support to Python 3.11 and 3.12. * Refactor data management to use updated config import and add unit tests for resource consumers. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed in this pull request:
addCleanup.pkg_resourcesusage withimportlib.metadata.Python compatibility
OrthoEvolution now requires:
Python 3.13 and 3.14 are excluded because ETE3 imports the removed standard-library
cgimodule. The latest ETE3 release has the same incompatibility, so upgradingETE3 alone does not resolve the collection failure.