Change to python 3.9

pull/1/head v0.0.6
steino 2023-05-23 02:37:06 +00:00
parent b0171e5974
commit 51951bdda7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package guessit package guessit
// #cgo pkg-config: python-3.8-embed // #cgo pkg-config: python-3.9-embed
// #include <Python.h> // #include <Python.h>
// import "C" // import "C"
import ( import (