Skip to content

Commit

Permalink
Update six.py to version 1.16.0.
Browse files Browse the repository at this point in the history
The included `six.py` is from version 1.9.0. This version is not compatible with Python 3.12, which [removed](python/cpython#98059) the deprecated `MetaPathFinder.find_module` method. This change updates `six.py` to version [1.16.0](https://github.com/benjaminp/six/blob/65486e4383f9f411da95937451205d3c7b61b9e1/six.py), which uses the replacement `MetaPathFinder.find_spec` method.
  • Loading branch information
fumoboy007 authored Sep 16, 2024
1 parent 33f306e commit b336305
Showing 1 changed file with 209 additions and 49 deletions.
Loading

0 comments on commit b336305

Please sign in to comment.