-
Notifications
You must be signed in to change notification settings - Fork 60
[MNT] drop python 3.8; support 3.13 #945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR removes Python 3.8 support and adds Python 3.13 across CI pipelines and package metadata by updating workflow matrices, setup configuration, and requirement specifications. Class diagram for updated Python version support in setup configurationclassDiagram
class SetupConfig {
- python_requires: ">= 3.9"
- classifiers: ["Python :: 3.9", "Python :: 3.10", "Python :: 3.11", "Python :: 3.12", "Python :: 3.13"]
- install_requires: ["cognitiveatlas>=0.1.11", "fuzzywuzzy", "jinja2", "joblib>=1.3.0", "matplotlib>=3.6.0"]
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #945 +/- ##
==========================================
- Coverage 88.24% 88.23% -0.02%
==========================================
Files 49 49
Lines 6782 6781 -1
==========================================
- Hits 5985 5983 -2
- Misses 797 798 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes # .
Changes proposed in this pull request: