-
-
Notifications
You must be signed in to change notification settings - Fork 452
Support match on tree #1521
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 match on tree #1521
Conversation
|
Version 3.9 is still supported official so we are not going to drop it. Please adjust the tests to work on those versions as well. |
|
@MegaIng I've moved the tests to |
|
Run pre-commit to fix the error |
|
Fixed. Third time's the charm 😅 |
|
@colmmurphyxyz Sorry to nitpick, but please revert the line change on test_trees. |
|
Looks good to me. @MegaIng Any comment? |
|
Thanks for contributing! |
This adds support for pattern matching
Treeobjects in Python 3.10+ (#1487).This is my first PR to the project. If I'm missing something, please let me know and I'll address it