Skip to content

Commit

Permalink
Update Python version in pyproject.toml
Browse files Browse the repository at this point in the history
- Updated Python version from 3.9 to 3.10 in pyproject.toml.

This change ensures compatibility with the latest features and security
improvements offered in Python 3.10. πŸš€
  • Loading branch information
horta committed Oct 28, 2024
1 parent dd2ca0f commit b5c2e74
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 @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
appdirs = "^1.4.4"
cachetools = "^5.5.0"
cbgen = "^1.0.6"
Expand Down

0 comments on commit b5c2e74

Please sign in to comment.