Skip to content

Commit 11594f5

Browse files
committed
Update Python version requirements
1 parent 6053598 commit 11594f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [ 3.7, 3.8, 3.9 ]
18+
python-version: [ 3.8, 3.9, 3.10, 3.11, 3.12 ]
1919

2020
# Setup Cottontail DB service container
2121
services:
2222
cottontail:
23-
image: vitrivr/cottontaildb:0.16.6
23+
image: vitrivr/cottontaildb:0.16.7
2424
ports:
2525
- 1865:1865
2626
options: -it

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers =
1616

1717
[options]
1818
packages = find:
19-
python_requires = >=3.6
19+
python_requires = >=3.8
2020
install_requires =
2121
grpcio
2222
grpcio-tools

0 commit comments

Comments
 (0)