From 4ccee79044e7032c5fb222e0a8e77694dd5660e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Thu, 30 Oct 2025 13:52:00 +0545 Subject: [PATCH] test on all Python versions --- .github/workflows/test.yml | 2 +- setup.cfg | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecbda06..f8f78f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] - pyv: ["3.8", "3.9", "3.10", "3.11.0-rc - 3.11", "3.12"] + pyv: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index 643f2fd..1aeb9a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,10 +7,13 @@ long_description_content_type = text/markdown classifiers = Development Status :: 4 - Beta Programming Language :: Python :: 3 - 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 + Programming Language :: Python :: 3.14 [options] install_requires =