From 2cba9d5d2fd162580fa96a8a8026c0f540a9f50c Mon Sep 17 00:00:00 2001 From: Adrien CABARBAYE Date: Thu, 9 Jan 2025 18:28:23 +0000 Subject: [PATCH] :gear: CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3cbcbe..3db6348 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ env: python_cache_macOS_path: ~/Library/Caches/pip python_cache_windows_path: ~\AppData\Local\pip\Cache python_cache_ubuntu_path: ~/.cache/pip - pipenv_version: 2022.11.25 + pipenv_version: 2024.4.0 python_version: '3.11' jobs: @@ -166,7 +166,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest ] # FIXME add other platforms when much quicker macOS-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] multi-platform: - ${{ github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' }} # include: