Skip to content

Commit e5f6bbb

Browse files
Vadim MitroshkinVadim Mitroshkin
authored andcommitted
fix: Require Python 3.11+ for networkx compatibility
1 parent c5ceb31 commit e5f6bbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10", "3.11"]
14+
python-version: ["3.11"]
1515

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "supercoder"
33
version = "0.2.0"
44
description = "AI Coding Assistant for the Terminal"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
license = {text = "MIT"}
88
authors = [
99
{name = "SuperCoder Team"}

0 commit comments

Comments
 (0)