From 762211b9e8d90a0939641710651f11c32c655b6a Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Thu, 28 Mar 2024 17:17:35 +0000 Subject: [PATCH] Update pipelines version testing; bump patch version in prep for release. --- azure-pipelines.yml | 20 ++++++++++---------- setup.py | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 43a8553c..9bbaf055 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,15 +27,6 @@ stages: - job: run_platform_tests strategy: matrix: - mac_py38: - imageName: 'macOS-latest' - python.version: '3.8' - linux_py38: - imageName: 'ubuntu-latest' - python.version: '3.8' - windows_py38: - imageName: 'windows-latest' - python.version: '3.8' mac_py39: imageName: 'macOS-latest' python.version: '3.9' @@ -63,7 +54,16 @@ stages: windows_py311: imageName: 'windows-latest' python.version: '3.11' - + mac_py312: + imageName: 'macOS-latest' + python.version: '3.12' + linux_py312: + imageName: 'ubuntu-latest' + python.version: '3.12' + windows_py312: + imageName: 'windows-latest' + python.version: '3.12' + pool: vmImage: $(imageName) diff --git a/setup.py b/setup.py index 9e2a9354..6c94489a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def readme(): configuration = { "name": "umap-learn", - "version": "0.5.5", + "version": "0.5.6", "description": "Uniform Manifold Approximation and Projection", "long_description": readme(), "long_description_content_type": "text/x-rst",