From 6759cb0acc177fbfa765afe8ec680c9071efe7c9 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Sat, 19 Oct 2024 16:18:58 +0300 Subject: [PATCH] feat(add py3.12): --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e46a87..ed56c72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,9 +16,9 @@ jobs: strategy: matrix: python-version: - - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v3 - name: Install poetry