Skip to content

Commit 1f570e7

Browse files
author
George K. Thiruvathukal
committed
require version 3.10 for ZettelGeist
1 parent 3bfe70b commit 1f570e7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
keywords=['notetaking', 'YAML', 'Markdown', 'sqlite3', 'GitHub'],
1616
classifiers=[
1717
'Development Status :: 4 - Beta',
18-
'Programming Language :: Python :: 3.0',
18+
'Programming Language :: Python :: 3',
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3 :: Only",
21+
"Topic :: Software Development",
1922
'License :: OSI Approved :: Apache Software License'
2023
],
21-
python_requires='>=3',
24+
python_requires='>=3.10',
2225
install_requires=[
2326
'python-frontmatter',
2427
'tatsu'

0 commit comments

Comments
 (0)