From 9d45351fc0c6580a55b080af00fa54000515776e Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Sat, 19 Oct 2024 21:04:55 +1300 Subject: [PATCH] Remove py3.8 tests --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7a04b35..5cda391d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,6 @@ jobs: vmImage: 'Ubuntu-latest' strategy: matrix: - Python38: - python.version: '3.8' Python39: python.version: '3.9' Python310: