Skip to content

Commit

Permalink
Update Python version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiess committed Aug 14, 2024
1 parent 6053598 commit 11594f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers =

[options]
packages = find:
python_requires = >=3.6
python_requires = >=3.8
install_requires =
grpcio
grpcio-tools
Expand Down

0 comments on commit 11594f5

Please sign in to comment.