Test on Python 3.13 in CI and align deploy docs - #15
Merged
Conversation
The dashboard will be deployed on Streamlit Community Cloud with Python 3.13, so CI should exercise that interpreter. - ci.yml: run the unit tests on a 3.11 + 3.13 matrix so the deployed version is covered (fail-fast disabled so both report independently). - README: update the Community Cloud deploy step to Python 3.13. - dashboard/app.py: fix a stale docstring reference (requirements-dashboard.txt -> dashboard/requirements.txt). All 25 unit tests pass locally on 3.11; the matrix validates 3.13 in CI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D68SAeZ9GofWeNdMwvuDwC
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
The dashboard will be deployed to Streamlit Community Cloud on Python 3.13, so CI should prove the code on that interpreter — right now it only runs 3.11, which means the deployed version would be untested.
ci.yml: run the unit tests on a 3.11 + 3.13 matrix (fail-fast: falseso both report independently). This makes tested == deployed.3.11→3.13.dashboard/app.py: fix a stale docstring reference (requirements-dashboard.txt→dashboard/requirements.txt) left over from when that file was moved.Testing
All 25 unit tests pass locally on 3.11; the new matrix validates 3.13 in CI as part of this PR.
🤖 Generated with Claude Code
Generated by Claude Code