Skip to content

Commit

Permalink
Support Python 3.12 and drop 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegami-yukino committed May 2, 2024
1 parent 5ffc389 commit ebee527
Show file tree
Hide file tree
Showing 4 changed files with 1,637 additions and 924 deletions.
2 changes: 1 addition & 1 deletion cythonize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
if ! `type cython &> /dev/null`; then
pip install cython
fi
cython --cplus neologdn.pyx
cython --cplus -3 neologdn.pyx
Loading

0 comments on commit ebee527

Please sign in to comment.