Skip to content

Commit

Permalink
Allow Python 3.13 in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
micahellison committed Oct 1, 2024
1 parent 17e1ba6 commit 8444a64
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 @@ -27,7 +27,7 @@ classifiers = [
"Funding" = "https://opencollective.com/jrnl"

[tool.poetry.dependencies]
python = ">=3.10.0, <3.13"
python = ">=3.10.0, <3.14"

colorama = ">=0.4" # https://github.com/tartley/colorama/blob/master/CHANGELOG.rst
cryptography = ">=3.0" # https://cryptography.io/en/latest/api-stability.html
Expand Down

0 comments on commit 8444a64

Please sign in to comment.