Skip to content

Commit

Permalink
Merge pull request #8 from cchristiansen/master
Browse files Browse the repository at this point in the history
Allow newer Python version
  • Loading branch information
prakaa authored Aug 1, 2023
2 parents ef6a1a2 + 73eadfc commit 7a2d554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

# Main dependencies for the package via poetry. Package users will need these dependencies.
[tool.poetry.dependencies]
python = ">= 3.8, < 3.11"
python = "^3.8"
# assuming pandas is required!
pandas = "^1.2"

Expand Down

0 comments on commit 7a2d554

Please sign in to comment.