Skip to content

Commit 342f925

Browse files
Adding python3 3.13 to the test matrix
1 parent 6a73fff commit 342f925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-basic-functionality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
python-version: ['3.10', '3.11', '3.12']
28+
python-version: ['3.10', '3.11', '3.12', '3.13']
2929

3030
services:
3131
redis:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = ""
55
authors = ["Kacper Łukawski <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = ">=3.9,<3.13"
8+
python = ">=3.9,<3.14"
99
qdrant-client = "^1.8.0"
1010
typer = "^0.6.1"
1111
jsons = "^1.6.3"

0 commit comments

Comments
 (0)