소스 검색

:bug: use python 3.14

Jeremy Zheng 3 달 전
부모
커밋
f34fc68ffe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",