Add Python 3.13 support (#1930)

* Allow Python 3.13 in pyproject

* Add Python 3.13 to GitHub actions

* Run `poetry update`

* fix failing test

* update poetry.lock

* update poetry.lock again

---------

Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
Micah Jerome Ellison 2024-10-01 20:29:06 -07:00 committed by GitHub
parent de79733957
commit 96d89ca9d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 406 additions and 413 deletions

View file

@ -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