From 95916cb9e7b7963feb9dacbb9f0c4f4d0612cd32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Wed, 4 Dec 2024 11:14:58 -0600 Subject: [PATCH] Test with Python 3.13 and add PyPI trove classifier --- .github/workflows/actions.yml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4251b9f3..2c916a2f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -12,6 +12,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" include: - clickhouse-version: 18.14.9 clickhouse-org: yandex diff --git a/setup.py b/setup.py index 2157508c..8753dcfc 100644 --- a/setup.py +++ b/setup.py @@ -71,13 +71,13 @@ def read_version(): 'Programming Language :: SQL', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', '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', + 'Programming Language :: Python :: 3.13', 'Topic :: Database', 'Topic :: Software Development',