Skip to content

Commit

Permalink
Changes to documentation and CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 25, 2024
1 parent 43f0f6a commit d17f8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/appveyor/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d17f8fe

Please sign in to comment.