mirror of
https://github.com/Paillat-dev/discord-emojis.git
synced 2026-01-02 00:56:19 +00:00
✨ Bump python to 3.14 (#19)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user