Skip to content

Commit 904aa71

Browse files
committed
Declare support for Python 3.13-3.14
1 parent 681c82c commit 904aa71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,7 @@ def _stamp_version(filename: str) -> None:
108108
"Programming Language :: Python :: 3.10",
109109
"Programming Language :: Python :: 3.11",
110110
"Programming Language :: Python :: 3.12",
111+
"Programming Language :: Python :: 3.13",
112+
"Programming Language :: Python :: 3.14",
111113
],
112114
)

0 commit comments

Comments
 (0)