Skip to content

Commit 2fb6597

Browse files
doc: require python 3.9+
1 parent b909442 commit 2fb6597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def get_setup_args():
164164
url="https://github.com/nalgeon/sqlean.py",
165165
package_dir={PACKAGE_NAME: PACKAGE_NAME},
166166
packages=packages,
167+
python_requires=">=3.9",
167168
ext_modules=[
168169
Extension(
169170
name=f"{PACKAGE_NAME}._sqlite3",

0 commit comments

Comments
 (0)