Skip to content

Commit 798741f

Browse files
committed
Add feedback comments
1 parent cb81d05 commit 798741f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ readme = "README.md"
1010
authors = [
1111
{ name = "DataCebo", email = "info@datacebo.com" }
1212
]
13-
requires-python = ">=3.9,<3.14"
13+
requires-python = ">=3.13"
1414
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'",
15+
"pandas>=2.2.3",
1916
"tqdm",
2017
"openpyxl",
2118
"xlsxwriter",
@@ -36,7 +33,7 @@ include = ['github_analytics', 'github_analytics.*']
3633

3734
[project.optional-dependencies]
3835
dev = [
39-
"ruff>=0.4.5,<1",
36+
"ruff>=0.9.8",
4037
"invoke"
4138
]
4239

0 commit comments

Comments
 (0)