From aa2b77965b1c7bfbb8b2f7137071b65fa06e2ced Mon Sep 17 00:00:00 2001 From: Mithil Poojary Date: Fri, 7 Jun 2024 16:21:12 +0530 Subject: [PATCH] Add classifiers and test-envs for python 3.11 and 3.12 --- .github/workflows/ci.yml | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51b2731..25dfc20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.cfg b/setup.cfg index 78b6c41..515c94f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,11 +20,11 @@ classifiers = Operating System :: OS Independent Programming Language :: Python 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 :: Only [options]