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 #775

Merged
merged 9 commits into from
Apr 8, 2024
Merged

Support Python 3.12 #775

merged 9 commits into from
Apr 8, 2024

Conversation

fealho
Copy link
Member

@fealho fealho commented Mar 27, 2024

CU-86ayu71b2, Resolve #744

@sdv-team
Copy link
Contributor

Task linked: CU-86ayu71b2 RDT - Support Python 3.12 #744

@fealho fealho marked this pull request as ready for review April 4, 2024 16:59
@fealho fealho requested a review from a team as a code owner April 4, 2024 16:59
@fealho fealho requested review from gsheni, pvk-developer and frances-h and removed request for a team and gsheni April 4, 2024 16:59
@@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v1
- uses: actions/checkout@v4

@fealho fealho force-pushed the issue-744-py12 branch 2 times, most recently from 10c4ccb to 42365eb Compare April 5, 2024 14:07
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (40a401d) to head (4c21239).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #775   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        16           
  Lines         2044      2048    +4     
=========================================
+ Hits          2044      2048    +4     

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

Copy link
Member

@pvk-developer pvk-developer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@fealho fealho merged commit 6cc4029 into main Apr 8, 2024
56 checks passed
@fealho fealho deleted the issue-744-py12 branch April 8, 2024 15:31
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.

Support Python 3.12
6 participants