mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Allow Python 3.13 in pyproject
This commit is contained in:
parent
17e1ba60e5
commit
8444a64073
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ classifiers = [
|
||||||
"Funding" = "https://opencollective.com/jrnl"
|
"Funding" = "https://opencollective.com/jrnl"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[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
|
colorama = ">=0.4" # https://github.com/tartley/colorama/blob/master/CHANGELOG.rst
|
||||||
cryptography = ">=3.0" # https://cryptography.io/en/latest/api-stability.html
|
cryptography = ">=3.0" # https://cryptography.io/en/latest/api-stability.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue