From ef67439d64b80c17a50d0637d0e140aacec6db97 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 8 Jan 2025 09:02:17 +0100 Subject: [PATCH] Test with Python 3.13 --- .github/workflows/unittests.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index d3054ca..23081df 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -14,12 +14,15 @@ jobs: matrix: include: - operating-system: macos-latest - python-version: '3.12' + python-version: '3.13' - operating-system: ubuntu-latest - python-version: '3.12' + python-version: '3.13' - operating-system: windows-latest + python-version: '3.13' + + - operating-system: ubuntu-latest python-version: '3.12' - operating-system: ubuntu-latest @@ -48,7 +51,7 @@ jobs: run: | pip install versioneer[toml]==0.29 pip install . --no-deps --no-build-isolation - conda create -y -n py312 python=3.12.1 conda=24.7.1 executorlib=0.0.5 + conda create -y -n py312 python=3.12.1 conda=24.11.2 executorlib=0.0.7 conda activate py312 pip install versioneer[toml]==0.29 pip install . --no-deps --no-build-isolation