From ccb76080574f6d9e9ed807335fe53fd135d6f7a9 Mon Sep 17 00:00:00 2001 From: "Christopher R. Wood" Date: Tue, 27 Feb 2024 13:20:04 -0500 Subject: [PATCH 1/5] Allow Tahoe-LAFS 1.19.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a90b6386..ae995224 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = # basically no wiggle room here. We use a tiny range that just covers # what we test plus a little because our Nix packaging provides a # Tahoe-LAFS with a .postNNN version. - tahoe-lafs >=1.17.1,<1.18.1 + tahoe-lafs >=1.17.1,<1.19.1 treq pyutil prometheus-client From 93bad47e06e42e49de18b664b4cf74298fa43c1c Mon Sep 17 00:00:00 2001 From: "Christopher R. Wood" Date: Mon, 7 Oct 2024 14:02:09 -0400 Subject: [PATCH 2/5] Update Xcode version on CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f88565d..bddede84 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -507,7 +507,7 @@ workflows: - "3.9" - "3.10" xcode-version: - - "12.5.1" + - "13.4.1" - "windows-tests": matrix: From b749755aa7d850eded836b5a88e1c9a41a217086 Mon Sep 17 00:00:00 2001 From: "Christopher R. Wood" Date: Mon, 7 Oct 2024 14:05:54 -0400 Subject: [PATCH 3/5] Update Windows orb on CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bddede84..567c8f3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ version: 2.1 orbs: # Get easier access to the Windows machine executor. - win: "circleci/windows@4.1.1" + win: "circleci/windows@5.0" aliases: - &PREPARE_VIRTUALENV From 2a1fda52cbdd37f5c6ba7571aaac34fd5099e54f Mon Sep 17 00:00:00 2001 From: "Christopher R. Wood" Date: Mon, 7 Oct 2024 14:06:24 -0400 Subject: [PATCH 4/5] Temporarily unpin Windows executor version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 567c8f3f..1edfeb34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,7 +81,7 @@ jobs: size: "medium" # The default Windows machine image changes from time to time - which # often breaks things. Avoid that. - version: "2022.08.1" + # version: "2022.08.1" steps: # Commands are run in a Windows virtual machine environment From 0313c908ae6c9ebbd9d4919ab5c9384b8cfcce7c Mon Sep 17 00:00:00 2001 From: "Christopher R. Wood" Date: Mon, 7 Oct 2024 14:17:34 -0400 Subject: [PATCH 5/5] Update macos image names in "finish-coverage" job --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1edfeb34..12666ec4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -523,7 +523,7 @@ workflows: - "linux-tests-39-dev" - "linux-tests-310-1_17_1" - "linux-tests-310-dev" - - "macos-tests-3.9-12.5.1" - - "macos-tests-3.10-12.5.1" + - "macos-tests-3.9-13.4.1" + - "macos-tests-3.10-13.4.1" - "windows-tests-3.9" - "windows-tests-3.10"