From 79781db9670f2f146e4031b5a089f734b090cd08 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev Date: Sun, 29 Oct 2023 21:30:39 +0300 Subject: [PATCH] Tests for 3.11 and 3.12 --- .github/workflows/actions.yml | 2 ++ setup.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ca2cedca..4c3577ec 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,6 +10,8 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" clickhouse-version: - 22.5.1.2079 - 19.3.5 diff --git a/setup.py b/setup.py index 754b9035..4dea11ee 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,8 @@ def read_version(): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Database', 'Topic :: Software Development',