Skip to content

Commit

Permalink
require py38
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 27, 2024
1 parent 89f309f commit d6af921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycrfsuite/_pycrfsuite.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# cython: c_string_encoding=ascii
# cython: profile=False
# distutils: language=c++
cimport pycrfsuite.crfsuite_api as crfsuite_api
from . cimport crfsuite_api
from libcpp.string cimport string

import sys
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
]
readme = "README.rst"
license = {text = "MIT License", url = "http://www.opensource.org/licenses/mit-license.php"}
requires-python = ">=3.6"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit d6af921

Please sign in to comment.