Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
g.ph committed Aug 4, 2022
1 parent c7dfac0 commit 36cf845
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

### go python3 bind
* ```python version:3.10.5```

* ```python version:3.8.10 (default supper win7)```

### support list
- `cogo-less,It does not need CGO support, so the compilation speed is very fast`
Expand Down
2 changes: 1 addition & 1 deletion cpy3/loadlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func loadUILib() *dylib.LazyDLL {
}

func getDLLName() string {
libName := "python310"
libName := "python38"
if ext, ok := platformExtNames[runtime.GOOS]; ok {
return libName + ext
}
Expand Down
Binary file added python38.dll
Binary file not shown.
Binary file added python38.zip
Binary file not shown.

0 comments on commit 36cf845

Please sign in to comment.