From 58186cc5bcc119eb3adcbab3493de8a9021224a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 30 Oct 2024 01:25:10 +0100 Subject: [PATCH] chg: fix typo --- .github/workflows/nosetests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nosetests.yml b/.github/workflows/nosetests.yml index 66b8704..6a1a36d 100644 --- a/.github/workflows/nosetests.yml +++ b/.github/workflows/nosetests.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] + python-version: [3.9, '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 @@ -28,7 +28,7 @@ jobs: - name: Clone Valkey uses: actions/checkout@v4 with: - repository: valkey-io/valey + repository: valkey-io/valkey path: valkey-tmp ref: '8.0'