You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Python 3.10 was officially released yesterday, and it comes with a new feature, structural pattern matching (PEP 634). This includes new keywords like case and match which aren't currently supported by this package.
Motivation
I would like this package to stay up to date with the latest versions of Python
Describe alternatives you've considered
Additional context
Example of it not working:
The text was updated successfully, but these errors were encountered:
Summary
Python 3.10 was officially released yesterday, and it comes with a new feature, structural pattern matching (PEP 634). This includes new keywords like
case
andmatch
which aren't currently supported by this package.Motivation
I would like this package to stay up to date with the latest versions of Python
Describe alternatives you've considered
Additional context
Example of it not working:
The text was updated successfully, but these errors were encountered: