Update python supported version

Pre-empt python 3.14 support.
This commit is contained in:
Matt Seymour 2025-06-20 20:19:31 +01:00
parent 4977c7d0d6
commit 3e8b69aafc

View file

@ -45,5 +45,6 @@ setup(
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
],
)