From 11594f5a4069f783adfb0b10db1917558139f575 Mon Sep 17 00:00:00 2001 From: Florian Spiess Date: Wed, 14 Aug 2024 14:28:14 +0200 Subject: [PATCH] Update Python version requirements --- .github/workflows/python-package.yml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a038407..dca52d9 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,12 +15,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.7, 3.8, 3.9 ] + python-version: [ 3.8, 3.9, 3.10, 3.11, 3.12 ] # Setup Cottontail DB service container services: cottontail: - image: vitrivr/cottontaildb:0.16.6 + image: vitrivr/cottontaildb:0.16.7 ports: - 1865:1865 options: -it diff --git a/setup.cfg b/setup.cfg index 930b5c2..f28b275 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifiers = [options] packages = find: -python_requires = >=3.6 +python_requires = >=3.8 install_requires = grpcio grpcio-tools