Skip to content

Commit b416717

Browse files
authored
Merge pull request #596 from ably/add-python3.13-classifier
Adds python 3.13 to the list of classifiers in pyproject.toml
2 parents 95fcb6e + 0b8deec commit b416717

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2324
"Topic :: Software Development :: Libraries :: Python Modules",
2425
]
2526
include = [

0 commit comments

Comments
 (0)