Bump python to 3.14 (#19)

This commit is contained in:
2025-10-08 15:41:02 +02:00
committed by GitHub
parent df488e5500
commit 22e15ad28d
2 changed files with 46 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "discord-emojis"
version = "0.1.0"
requires-python = ">=3.13"
requires-python = "==3.14.*"
dependencies = [
"json5>=0.12.0",
"requests>=2.32.3",
@@ -14,13 +14,13 @@ dev = [
]
[tool.basedpyright]
pythonVersion = "3.13"
pythonVersion = "3.14"
typeCheckingMode = "all"
reportUnusedCallResult = false
reportAny = false
[tool.ruff]
target-version = "py313"
target-version = "py314"
line-length = 120
indent-width = 4