Skip to content

Commit a0ff22c

Browse files
committed
python 3.12
1 parent 677c0fa commit a0ff22c

File tree

3 files changed

+206
-28
lines changed

3 files changed

+206
-28
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "labourcan"
1313
version = "0.1.0"
1414
description = "Add your description here"
1515
readme = "README.md"
16-
requires-python = ">=3.13"
16+
requires-python = ">=3.12"
1717
dependencies = [
1818
"brand-yml>=0.1.1",
1919
"great-tables>=0.18.0",
@@ -27,8 +27,7 @@ dependencies = [
2727
"pip>=25.2",
2828
"plotnine>=0.15.0",
2929
"polars>=1.33.0",
30-
"pyarrow>=21.0.0",
30+
"pyarrow>=18.0.0",
3131
"pyprojroot>=0.3.0",
32-
"pyyaml>=6.0.2",
33-
"quarto-cli>=1.8.24",
32+
"pyyaml>=6.0.2"
3433
]

0 commit comments

Comments
 (0)