Skip to content

Commit 3de3a22

Browse files
authored
change py range to <3.12 (#304)
1 parent 7247cac commit 3de3a22

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci-unit-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
- name: "Setup: Python 3.11"
4747
uses: ./.github/actions/setup-python
4848

49+
- name: "Build"
50+
run: |
51+
poetry install --no-root
52+
poetry build
53+
4954
- name: Run ragstack-ai unit tests
5055
run: |
5156
tox

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation = "https://docs.datastax.com/en/ragstack"
1010
packages = [{ include = "ragstack" }]
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.9,<4.0"
13+
python = ">=3.9,<3.12"
1414
astrapy = "~0.7.0"
1515
cassio = "~0.1.3"
1616
unstructured = { version = "0.12.5" }

0 commit comments

Comments
 (0)