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

[MNT] readwrite: Replace use of deprecated ast classes #305

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

ales-erjavec
Copy link
Collaborator

Issue

Fixes: #304

Changes

Replace use of deprecated ast classes

@codecov-commenter
Copy link

codecov-commenter commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.62%. Comparing base (8a3ecf1) to head (278426b).
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
- Coverage   76.67%   76.62%   -0.06%     
==========================================
  Files          99       99              
  Lines       21104    21155      +51     
==========================================
+ Hits        16181    16209      +28     
- Misses       4923     4946      +23     

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

@ales-erjavec ales-erjavec force-pushed the fixes/ast-deprecations branch 2 times, most recently from 0287f9f to 22abeef Compare July 12, 2024 09:56
@janezd janezd merged commit 834ae0b into biolab:master Jul 12, 2024
24 of 25 checks passed
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.

ast.Str and ast.Num are deprecated and will be removed in Python 3.14
3 participants