Support for Python 3.14

This commit is contained in:
grossmj
2025-11-16 19:30:47 +10:00
parent 91d7ed187b
commit a9354da184

View File

@@ -99,6 +99,7 @@ setup(
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
],
)