From 83faca8b1f451bfad5983c6f45c66ca13b09fb4b Mon Sep 17 00:00:00 2001 From: Gabriel Pajot Date: Wed, 25 Oct 2023 15:52:03 +0200 Subject: [PATCH] chore(test): setup action --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0e8790..ba46929 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4