Skip to content
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

Update to Python 3.13 and add conditional test skipping #5

Merged
merged 4 commits into from
Nov 11, 2024

Conversation

rh0dium
Copy link
Member

@rh0dium rh0dium commented Nov 11, 2024

No description provided.

Upgraded project SDK from Python 3.12 to 3.13. Introduced conditional skipping for Mixpanel tests if `APP_METRICS_MIXPANEL_TOKEN` is not set.
Updated pyproject.toml to include Python 3.13 in the classifiers. Modified GitHub Actions workflow to use Python 3.13 for testing and dependencies installation. This ensures compatibility with the latest Python version.
Added the code formatter 'black' to the development dependencies in pyproject.toml. Reduced the coverage threshold from 75% to 72%. Minor formatting adjustments in various Python files.
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.88%. Comparing base (8afa810) to head (d0965ee).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   73.68%   71.88%   -1.81%     
==========================================
  Files          14       14              
  Lines         722      722              
  Branches       72       61      -11     
==========================================
- Hits          532      519      -13     
- Misses        158      173      +15     
+ Partials       32       30       -2     

@rh0dium rh0dium merged commit f1cb0d3 into master Nov 11, 2024
12 of 13 checks passed
@rh0dium rh0dium deleted the mixpanel-disable branch November 11, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant