diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee2575e4..ab29fd73 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,10 @@ Changelog ========= -v (next, future) ------------------------ +v0.2.0 +------- +- Don't delete temp directory in fetch_via_vcs v0.1.0 --------- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6ca19c4d..ea96efc4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,8 +25,8 @@ jobs: - template: etc/ci/azure-posix.yml parameters: - job_name: macos1015_cpython - image_name: macos-10.15 + job_name: macos12_cpython + image_name: macos-12 python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] test_suites: all: venv/bin/pytest -n 2 -vvs