Skip to content

Commit 36cf845

Browse files
author
g.ph
committed
update
1 parent c7dfac0 commit 36cf845

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
### go python3 bind
33
* ```python version:3.10.5```
4-
4+
* ```python version:3.8.10 (default supper win7)```
55

66
### support list
77
- `cogo-less,It does not need CGO support, so the compilation speed is very fast`

cpy3/loadlib.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func loadUILib() *dylib.LazyDLL {
3434
}
3535

3636
func getDLLName() string {
37-
libName := "python310"
37+
libName := "python38"
3838
if ext, ok := platformExtNames[runtime.GOOS]; ok {
3939
return libName + ext
4040
}

python38.dll

4.02 MB
Binary file not shown.

python38.zip

2.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)