Return Python version to 3.10 because pyinotify uses a very deprecated async API

This commit is contained in:
akp 2025-03-18 01:10:39 +00:00
parent 2d845ed5cd
commit ec7062a8cf
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
3 changed files with 63 additions and 32 deletions

View file

@ -3,12 +3,13 @@ name = "website"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.10,<=3.11"
dependencies = [
"fire>=0.7.0",
"jinja2>=3.1.6",
"mistune>=3.1.2",
"pygments>=2.19.1",
"pyinotify>=0.9.6",
"pyyaml>=6.0.2",
"rich>=13.9.4",
]