From d0004a5c30057402faa2813fc780dfe04b4a7635 Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Thu, 5 Oct 2023 13:55:33 -0700 Subject: [PATCH] update --- pyproject.toml | 4 ++-- .../azure-pipelines/windows-robot-integration-test.yml | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fc6fab3..272c336c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,9 @@ classifiers = [ "Operating System :: OS Independent", "Development Status :: 4 - Beta", "Intended Audience :: Developers", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11" + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" ] [project.urls] diff --git a/tests.integration/azure-pipelines/windows-robot-integration-test.yml b/tests.integration/azure-pipelines/windows-robot-integration-test.yml index e0adcb0f..38e3f536 100644 --- a/tests.integration/azure-pipelines/windows-robot-integration-test.yml +++ b/tests.integration/azure-pipelines/windows-robot-integration-test.yml @@ -85,10 +85,7 @@ jobs: output.xml report.html flattenFolders: true - # condition: succeededOrFailed() - condition: and(succeededOrFailed(), not(and(eq(variables.PythonVersion, '3.9'), contains(variables.Image, 'ubuntu')))) - # Above conditional is a temp workaround for known ubuntu python 3.9 Tar file bug - # https://bugzilla.tianocore.org/show_bug.cgi?id=3891 + condition: succeededOrFailed() # Publish build artifacts to Azure Artifacts/TFS or a file share - task: PublishBuildArtifacts@1