File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 3333 __file__ as _libmc_so_file
3434)
3535
36- __VERSION__ = "1.4.12 "
37- __version__ = "1.4.12 "
36+ __VERSION__ = "1.4.13 "
37+ __version__ = "1.4.13 "
3838__author__ = "mckelvin"
3939__email__ = "mckelvin@users.noreply.github.com"
4040__date__ = "Fri Jun 7 06:16:00 2024 +0800"
Original file line number Diff line number Diff line change @@ -101,12 +101,7 @@ def find_version(*file_paths):
101101 ],
102102 setup_requires = [
103103 # Support for the basestring type is new in Cython 0.20.
104- 'Cython >= 0.20 ; implementation_name != "pypy"' ,
105- 'Cython >= 0.20 ; implementation_name == "pypy" and python_version > "3.8"' ,
106-
107- # compile error in PyPy 3.8 with Cython 3.1.2
108- # error: 'PyDescr_NewMember' was not declared in this scope
109- 'Cython >= 0.20, < 3.1; implementation_name == "pypy" and python_version <= "3.8"' ,
104+ 'Cython >= 0.20' ,
110105 ],
111106 ext_modules = [
112107 Extension (
Original file line number Diff line number Diff line change 11package golibmc
22
3- const _Version = "1.4.12 "
3+ const _Version = "1.4.13 "
44const _Author = "mckelvin"
55const _Email = "mckelvin@users.noreply.github.com"
66const _Date = "Fri Jun 7 06:16:00 2024 +0800"
You can’t perform that action at this time.
0 commit comments