Add Python 3.12 as officially supported.

This commit is contained in:
Pavel Minaev 2024-01-25 13:20:09 -08:00 committed by Pavel Minaev
parent b9b09e662f
commit 42853a99c4
2 changed files with 7 additions and 0 deletions

View file

@ -169,6 +169,7 @@ if __name__ == "__main__":
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Debuggers",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",