We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb81d05 commit 798741fCopy full SHA for 798741f
pyproject.toml
@@ -10,12 +10,9 @@ readme = "README.md"
10
authors = [
11
{ name = "DataCebo", email = "info@datacebo.com" }
12
]
13
-requires-python = ">=3.9,<3.14"
+requires-python = ">=3.13"
14
dependencies = [
15
- "pandas>=1.4.0;python_version<'3.11'",
16
- "pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
17
- "pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
18
- "pandas>=2.2.3;python_version>='3.13'",
+ "pandas>=2.2.3",
19
"tqdm",
20
"openpyxl",
21
"xlsxwriter",
@@ -36,7 +33,7 @@ include = ['github_analytics', 'github_analytics.*']
36
33
37
34
[project.optional-dependencies]
38
35
dev = [
39
- "ruff>=0.4.5,<1",
+ "ruff>=0.9.8",
40
"invoke"
41
42
0 commit comments