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',