Skip to content

Commit

Permalink
Update pipelines version testing; bump patch version in prep for rele…
Browse files Browse the repository at this point in the history
…ase.
  • Loading branch information
lmcinnes committed Mar 28, 2024
1 parent 4cc131e commit 762211b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 762211b

Please sign in to comment.