update python levels to include 3.14, try to re-enable codecov#245
Merged
update python levels to include 3.14, try to re-enable codecov#245
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Python version support to include newer versions and modernizes the codecov integration with token-based authentication. The changes align with similar updates made to the cti-pattern-validator project.
Changes:
- Updated Python version to 3.14 in ReadTheDocs configuration
- Added Python 3.13 and 3.14 to CI test matrix
- Upgraded flake8 pre-commit hook from 5.0.4 to 7.3.0
- Updated codecov action from v3 to v4.2.0 with token authentication
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .readthedocs.yaml | Updates Python version for documentation builds to 3.14 |
| .pre-commit-config.yaml | Upgrades flake8 version for code quality checks |
| .github/workflows/python-ci-tests.yml | Expands test matrix to include Python 3.13 and 3.14, updates codecov integration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Update to latest level of python, matching @vEpiphyte 's recent work in cti-pattern-validator. Try to re-enable codecov. codecov now requires a token, it may require OASIS admins to generate one and add it to the repo secrets, for now, I am trying with one that I generated.