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

support Python 3.12 #206

Merged
merged 1 commit into from
Nov 21, 2024
Merged

support Python 3.12 #206

merged 1 commit into from
Nov 21, 2024

Conversation

fabiocat93
Copy link
Collaborator

@fabiocat93 fabiocat93 commented Nov 20, 2024

Description

Added support for python 3.12.

Related Issue(s)

Closes #205

Motivation and Context

Ensuring compatibility and broaden usage.

How Has This Been Tested?

  • Added Python 3.12 to the CI.
  • Verified that all tests pass with Python 3.12.
  • Edite the pyproject.toml file.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have made sure tests work after my changes.
  • My code follows the code style of this project.

@fabiocat93 fabiocat93 added release minor Minor release dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code to-test to-test-gpu labels Nov 20, 2024
@fabiocat93 fabiocat93 self-assigned this Nov 20, 2024
@fabiocat93 fabiocat93 linked an issue Nov 20, 2024 that may be closed by this pull request
1 task
@codecov-commenter
Copy link

codecov-commenter commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.58%. Comparing base (113721a) to head (3a877f7).
Report is 54 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
+ Coverage   60.24%   64.58%   +4.34%     
==========================================
  Files         113      119       +6     
  Lines        4017     4188     +171     
==========================================
+ Hits         2420     2705     +285     
+ Misses       1597     1483     -114     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@fabiocat93 fabiocat93 merged commit 69dea7e into main Nov 21, 2024
68 of 78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code minor Minor release release to-test to-test-gpu
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task: Support Python 3.12
3 participants