Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Python 3.14 doesn't have pre-built wheels for numpy and other deps yet. Keep these utility steps on 3.13 (latest stable). The 3.14 prerelease and upgraded tox envs handle 3.14 testing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2168 +/- ##
==========================================
- Coverage 95.11% 95.10% -0.01%
==========================================
Files 29 29
Lines 2945 2942 -3
Branches 757 443 -314
==========================================
- Hits 2801 2798 -3
Misses 86 86
Partials 58 58
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# Conflicts: # .github/workflows/run_all_tests.yml # .github/workflows/run_tests.yml # CHANGELOG.md # docs/source/install_developers.rst # docs/source/install_users.rst # tox.ini
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update pinned dependencies in requirements.txt: h5py 3.12.1->3.16.0, numpy 2.1.1->2.4.3, pandas 2.2.3->2.3.3, platformdirs 4.3.6->4.9.4 - Update pinned dependencies in environment-ros3.yml: h5py 3.12.1->3.16.0, numpy 2.1.3->2.4.3, pandas 2.2.3->2.3.3, pytest 7.4.3->9.0.2 - Update pinned dependencies in requirements-dev.txt: black 24.4.2->26.3.0, codespell 2.3.0->2.4.2, coverage 7.5.3->7.13.4, pytest 8.2.1->9.0.2, isort 5.13.2->8.0.1, pytest-cov 5.0.0->7.0.0, tox 4.15.0->4.49.1, ruff 0.4.6->0.15.5 - Update ros3 conda CI jobs from Python 3.13 to 3.14 to match environment-ros3.yml which already pins python==3.14 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Bump platformdirs minimum from 4.1.0 to 4.2.2 in pyproject.toml and requirements-min.txt to be compatible with tox 4.20.0 - Pin tox to 4.20.0 (compatible with platformdirs>=4.2.2) - Update environment-ros3.yml pins to versions available on conda-forge for Python 3.14: h5py 3.15.1, matplotlib 3.10.8, numpy 2.4.2, pandas 3.0.1, fsspec 2026.1.0, requests 2.32.5, aiohttp 3.13.3 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dandi pins numcodecs<0.16, and numcodecs 0.15.x lacks Python 3.14 macOS wheels, causing build failures. Use Python 3.13 for macOS gallery tests until dandi relaxes the numcodecs pin. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Run all tests workflow passes: https://github.com/NeurodataWithoutBorders/pynwb/actions/runs/22897971130 |
rly
approved these changes
Mar 10, 2026
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.
Summary
pyproject.toml314to all tox env lists and moveupgraded/prereleaseenvs frompy313topy314run_all_tests.yml,run_tests.yml,run_coverage.yml,deploy_release.yml)"3.14"to bug report template Python version dropdownTest plan
🤖 Generated with Claude Code