Skip to content

Commit

Permalink
Add support for Python v13
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Nov 16, 2024
1 parent 429610b commit 86be7b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- `complete` property that's `True` when no handlers are currently running
- Updated changelog for v12 release to describe where to find alternatives
to deprecated and removed imports
- Add support for Python 3.13
- Upgrade GitHub Actions
- Upgrade `actions/setup-python` to v5
- Upgrade `actions/setup-node` to v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Other/Nonlisted Topic",
]
requires-python = ">=3.8"
Expand Down

0 comments on commit 86be7b4

Please sign in to comment.