Przeglądaj źródła

:bug: use python 3.14

Jeremy Zheng 1 tydzień temu
rodzic
commit
f34fc68ffe
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      sutta-pitaka-importer/pyproject.toml

+ 1 - 1
sutta-pitaka-importer/pyproject.toml

@@ -7,7 +7,7 @@ authors = [
 ]
 description = "A rbac service"
 readme = "README.md"
-requires-python = ">=3.13"
+requires-python = ">=3.14"
 classifiers = [
     "Programming Language :: Python :: 3",
     "Operating System :: OS Independent",