From 3f13368aa1504eb60257bccc457d38ffcfbd2c50 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Fri, 10 Nov 2023 09:06:00 +0100 Subject: [PATCH] setup: move python supported window --- .github/workflows/tests.yml | 2 +- setup.cfg | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a41a831..8096fc8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.8, 3.9] + python-version: [3.9, "3.10"] requirements-level: [pypi] db-service: [postgresql13] search-service: [opensearch2] diff --git a/setup.cfg b/setup.cfg index d084c3f..c2ebed3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,9 +25,8 @@ classifiers = Programming Language :: Python Topic :: Internet :: WWW/HTTP :: Dynamic Content Topic :: Software Development :: Libraries :: Python Modules - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Development Status :: 3 - Alpha [options]