Skip to content

Commit

Permalink
rebuild _compreffor.cpp with latest cython 0.29.30
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jun 13, 2022
1 parent f567292 commit 2e3f66d
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 33 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@


# use Cython if available, else try use pre-generated .cpp sources
cython_min_version = '0.29.24'
cython_min_version = '0.29.30'
try:
pkg_resources.require("cython >= %s" % cython_min_version)
except pkg_resources.ResolutionError:
Expand Down
204 changes: 172 additions & 32 deletions src/cython/_compreffor.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e3f66d

Please sign in to comment.