From d17f8fe4c2ae1dcd2993507d12fbccf69cf10e0c Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Wed, 25 Dec 2024 10:02:06 +0100 Subject: [PATCH] Changes to documentation and CI tests --- appveyor.yml | 2 +- config/appveyor/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 649fdc0347..1650d8c723 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ environment: PYTHON_VERSION: "3.12" L2TBINARIES_TRACK: "dev" TARGET: wheel - - DESCRIPTION: "Run tests on Mac OS with Python 3.12" + - DESCRIPTION: "Run tests on Mac OS with Python 3.13" APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey HOMEBREW_NO_INSTALL_CLEANUP: 1 TARGET: tests diff --git a/config/appveyor/install.sh b/config/appveyor/install.sh index 42c4ab6b75..51eb76d4d0 100755 --- a/config/appveyor/install.sh +++ b/config/appveyor/install.sh @@ -3,5 +3,5 @@ set -e brew update -q -brew install -q gettext gnu-sed python@3.12 tox || true +brew install -q gettext gnu-sed python@3.13 tox || true