File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11name = " PythonCall"
22uuid = " 6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
33authors = [" Christopher Doris <github.com/cjdoris>" ]
4- version = " 0.9.25 "
4+ version = " 0.9.26 "
55
66[deps ]
77CondaPkg = " 992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " juliacall"
7- version = " 0.9.25 "
7+ version = " 0.9.26 "
88description = " Julia and Python in seamless harmony"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010classifiers = [
Original file line number Diff line number Diff line change 315315 finalize:: Ptr{Cvoid} = C_NULL
316316 vectorcall:: Ptr{Cvoid} = C_NULL
317317
318+ # Python 3.12+ fields
319+ tp_watched:: Cchar = 0
320+
321+ # Python 3.13+ fields
322+ tp_versions_used:: Cuint = 0
318323end
319324
320325const PyTypePtr = Ptr{PyTypeObject}
You can’t perform that action at this time.
0 commit comments