Skip to content

Commit f0635d8

Browse files
committed
fix: support python version
1 parent 48700d0 commit f0635d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "code-rag"
77
version = "0.1.0"
88
description = "MCP server for efficient code search"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.10, <=3.13"
1111
license = {file = "LICENSE"}
1212
authors = [
1313
{name = "Duc Nguyen", email = "duc@qduc.me"},

0 commit comments

Comments
 (0)