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

added python 3.12 #488

Merged
merged 2 commits into from
Oct 28, 2023
Merged

added python 3.12 #488

merged 2 commits into from
Oct 28, 2023

Conversation

nwlandry
Copy link
Collaborator

@nwlandry nwlandry commented Oct 28, 2023

Added Python 3.12 to the test suite. In Python 3.12, evaluating slice(<args>) in d where d is a dict no longer raises a type error, and I think this is a fringe case, so I've removed the unit tests checking this.

@codecov
Copy link

codecov bot commented Oct 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2eea477) 92.00% compared to head (c1acd29) 92.02%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #488      +/-   ##
==========================================
+ Coverage   92.00%   92.02%   +0.02%     
==========================================
  Files          60       60              
  Lines        4428     4428              
==========================================
+ Hits         4074     4075       +1     
+ Misses        354      353       -1     

see 1 file with indirect coverage changes

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

@nwlandry nwlandry merged commit de7b347 into main Oct 28, 2023
23 checks passed
@nwlandry nwlandry deleted the add-python-3.12 branch October 28, 2023 16:28
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.

None yet

2 participants