From 871b2f44e25b6721c029d8457f86fdfec26a5bdc Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 27 Oct 2023 14:46:46 +0200 Subject: [PATCH] change(ci): add a job with python 3.12 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aed9597..fc3d99a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 with: