Skip to content

Commit 9aa5d2b

Browse files
authored
Merge pull request #18 from axiomcura/python-version-bump
Update Python version constraints
2 parents 9156537 + b6a2e74 commit 9aa5d2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212
]
1313

1414
[tool.poetry.dependencies]
15-
python = ">=3.10,<=3.11"
15+
python = ">=3.10,<3.12"
1616
pathlib2 = "^2.3.7.post1"
1717
pandas = "^2.2.3"
1818
pyarrow = "^18.0.0"

0 commit comments

Comments
 (0)