Skip to content

Commit c843f1b

Browse files
committed
drop 2.7
1 parent 856fa89 commit c843f1b

File tree

2 files changed

+100
-222
lines changed

2 files changed

+100
-222
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[project]
22
name = "sqlitefts"
3-
version = "1.0.0"
3+
version = "2.0.dev"
44
description = "A Python binding for tokenizers of SQLite Full Text Search"
55
authors = [{ name = "Hideaki Takahashi", email = "[email protected]" }]
66
dependencies = [
7-
"cffi>=1.17.0; python_version >= '3.9'",
8-
"cffi>=1.15.1 ; platform_python_implementation != 'PyPy'",
7+
"cffi>=1.17 ; platform_python_implementation != 'PyPy'",
98
]
109
readme = "README.rst"
11-
requires-python = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,!=3.5,!=3.6"
10+
requires-python = ">=3.9, <4"
1211
license = { text = "MIT" }
1312
keywords = [
1413
"SQLite",
@@ -25,7 +24,6 @@ classifiers = [
2524
"Intended Audience :: Developers",
2625
"License :: OSI Approved :: MIT License",
2726
"Operating System :: OS Independent",
28-
"Programming Language :: Python :: 2.7",
2927
"Programming Language :: Python :: 3.9",
3028
"Programming Language :: Python :: 3.10",
3129
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)