diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index fe08c20..10e1759 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10'] + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] steps: - name: Checkout code diff --git a/setup.py b/setup.py index e9d532e..fdf03f7 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,11 @@ def has_external_dependency(name): 'Intended Audience :: Science/Research', 'License :: OSI Approved :: ' 'GNU General Public License v3 or later (GPLv3+)', - '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', + 'Programming Language :: Python :: 3.14', 'Programming Language :: SQL', 'Topic :: Database :: Front-Ends', ],