Skip to content

Commit

Permalink
ignore weird typecheck on free-threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 2, 2024
1 parent 50560d4 commit 678da52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cython/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
include_dirs=zmq.get_includes() + [numpy.get_include()],
)
]
setup(name="cython-zmq-example", ext_modules=cythonize(extensions))
setup(name="cython-zmq-example", ext_modules=cythonize(extensions)) # type: ignore

0 comments on commit 678da52

Please sign in to comment.