Skip to content

Commit

Permalink
chg: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 30, 2024
1 parent 15314c1 commit 58186cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nosetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

Expand Down

0 comments on commit 58186cc

Please sign in to comment.