From a351d1db3299f6459e1ba00acd09f84488bf5c6d Mon Sep 17 00:00:00 2001 From: sudoskys Date: Sun, 26 Nov 2023 21:00:20 +0800 Subject: [PATCH] :bug: fix: Update dependencies for compatibility with hikari 2.0.0.dev121 --- .github/workflows/python_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 0388cad9d..1b2fb4e3f 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [ 3.8, 3.9, 3.10, 3.11 ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] os: [ ubuntu-latest ] # , windows-latest, macos-latest ] steps: