We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f309f commit d6af921Copy full SHA for d6af921
pycrfsuite/_pycrfsuite.pyx
@@ -3,7 +3,7 @@
3
# cython: c_string_encoding=ascii
4
# cython: profile=False
5
# distutils: language=c++
6
-cimport pycrfsuite.crfsuite_api as crfsuite_api
+from . cimport crfsuite_api
7
from libcpp.string cimport string
8
9
import sys
pyproject.toml
@@ -8,7 +8,7 @@ authors = [
]
readme = "README.rst"
10
license = {text = "MIT License", url = "http://www.opensource.org/licenses/mit-license.php"}
11
-requires-python = ">=3.6"
+requires-python = ">=3.8"
12
classifiers = [
13
"Development Status :: 4 - Beta",
14
"Intended Audience :: Developers",
0 commit comments