We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c3b51 commit aeb7196Copy full SHA for aeb7196
3 files changed
README.md
@@ -7,7 +7,7 @@ Backlog API v2 Client Library for Python
7
8
# Requirements
9
10
-- Python 3.11+
+- Python 3.10+
11
- requests 2.x
12
13
# Usage: install
pyproject.toml
@@ -20,15 +20,14 @@ classifiers = [
20
"Programming Language :: Python :: 3.14",
21
"Topic :: Utilities"
22
]
23
-requires-python = ">=3.10, <3.15"
+requires-python = ">=3.10"
24
25
dependencies = [
26
"requests >=2.12.4,<3.0"
27
28
29
[dependency-groups]
30
dev = [
31
- "ipython>=9.7.0",
32
"pyright>=1.1.407",
33
"ruff>=0.14.6",
34
0 commit comments