Skip to content

Commit d6af921

Browse files
committed
require py38
1 parent 89f309f commit d6af921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pycrfsuite/_pycrfsuite.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# cython: c_string_encoding=ascii
44
# cython: profile=False
55
# distutils: language=c++
6-
cimport pycrfsuite.crfsuite_api as crfsuite_api
6+
from . cimport crfsuite_api
77
from libcpp.string cimport string
88

99
import sys

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
readme = "README.rst"
1010
license = {text = "MIT License", url = "http://www.opensource.org/licenses/mit-license.php"}
11-
requires-python = ">=3.6"
11+
requires-python = ">=3.8"
1212
classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)