Skip to content

Commit

Permalink
extend python dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
hkoller committed Jan 30, 2025
1 parent 498378d commit b20e462
Show file tree
Hide file tree
Showing 2 changed files with 559 additions and 46 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.11"
requires-python = ">=3.9"
dependencies = [
"pathlib >= 1.0.0",
"pandas >= 2.0.0",
Expand Down Expand Up @@ -82,7 +82,7 @@ addopts = [

[tool.tox]
requires = ["tox>=4.19"]
env_list = ["3.13", "3.12", "3.11"]
env_list = ["3.9", "3.13"]

[tool.tox.env_run_base]
description = "Run test under {base_python}"
Expand Down
Loading

0 comments on commit b20e462

Please sign in to comment.