Skip to content

Commit b8ce84c

Browse files
authored
cythonize from setup.py to support python 3.11
cythonize from setup.py to support python 3.11
2 parents d40b64c + ada03f9 commit b8ce84c

File tree

4 files changed

+9
-6484
lines changed

4 files changed

+9
-6484
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ build
33
*.pyc
44
dist
55
sasl.egg-info
6+
7+
# built file
8+
sasl/saslwrapper.cpp

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel", "Cython"]

0 commit comments

Comments
 (0)