diff --git a/azure-pipelines/pipelines.yaml b/azure-pipelines/pipelines.yaml index 13e9f70a..f5c08a10 100644 --- a/azure-pipelines/pipelines.yaml +++ b/azure-pipelines/pipelines.yaml @@ -65,6 +65,8 @@ jobs: python.version: "3.10" py311: python.version: "3.11" + py312: + python.version: "3.12" steps: @@ -93,6 +95,8 @@ jobs: python.version: "3.10" py311: python.version: "3.11" + py312: + python.version: "3.12" steps: @@ -124,6 +128,8 @@ jobs: python.version: "3.10" py311: python.version: "3.11" + py312: + python.version: "3.12" steps: diff --git a/setup.py b/setup.py index 15e48f4d..1bfba237 100644 --- a/setup.py +++ b/setup.py @@ -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",