Updated hedtools version to 0.7.1#45
Merged
VisLab merged 2 commits intohed-standard:mainfrom Oct 17, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Bump hedtools to 0.7.1 and update supported Python versions across code, CI, and docs.
- Upgrade dependency: hedtools from 0.7.0 to 0.7.1.
- Update supported Python versions from 3.9–3.12 to 3.10–3.14 across metadata, CI, and docs.
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/pynwb/README.md | Update developer installation note to Python 3.10–3.14. |
| requirements-min.txt | Pin hedtools to 0.7.1. |
| requirements-dev.txt | Pin hedtools to 0.7.1. |
| pyproject.toml | Set requires-python to >=3.10, update Trove classifiers to include 3.14, bump hedtools>=0.7.1. |
| docs/source/release_notes.rst | Reflect hedtools>=0.7.1 in release notes. |
| docs/source/description.rst | Update compatibility to Python 3.10+ and hedtools>=0.7.1. |
| docs/requirements.txt | Bump hedtools to >=0.7.1 for docs build. |
| RELEASE_PREP_SUMMARY.md | Synchronize release prep notes with hedtools 0.7.1 and Python 3.14 in docs/build configs. |
| CHANGELOG.md | Note hedtools>=0.7.1 in dependency list. |
| .readthedocs.yaml | Set RTD build Python version to 3.14. |
| .github/workflows/run_single_test.yml | Move minimum test job to Python 3.10. |
| .github/workflows/run_all_tests.yml | Update CI matrix: drop 3.9, include 3.13 and 3.14 (pinned and upgraded). |
| .github/workflows/check_external_links.yml | Run link checker on Python 3.14. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| classifiers = [ | ||
| "Programming Language :: Python", | ||
| "Programming Language :: Python :: 3.9", | ||
| "Programming Language :: Python :: 3.10", |
There was a problem hiding this comment.
The Trove classifiers omit Python 3.11, but CI in .github/workflows/run_all_tests.yml still tests 3.11 across platforms. For consistency and accurate metadata, either add 'Programming Language :: Python :: 3.11' here or remove 3.11 from the CI matrices if it's no longer supported.
Suggested change
| "Programming Language :: Python :: 3.10", | |
| "Programming Language :: Python :: 3.10", | |
| "Programming Language :: Python :: 3.11", |
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.
No description provided.