Skip to content

Commit

Permalink
Update files for latest python 3.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberChiffre committed Sep 24, 2024
1 parent 5adf21f commit 1e7fe86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Tests on ${{ matrix.os }} for ${{ matrix.python-version }}
strategy:
matrix:
python-version: [3.9]
python-version: [3.10]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
</a>
<p><strong>A simple, easy-to-hack GraphRAG implementation</strong></p>
<p>
<img src="https://img.shields.io/badge/python->=3.9.11-blue">
<a href="https://www.python.org/downloads/release/python-31014/">
<img src="https://img.shields.io/badge/python-3.10.14%2B-blue.svg">
</a>
<a href="https://pypi.org/project/nano-graphrag/">
<img src="https://img.shields.io/pypi/v/nano-graphrag.svg">
</a>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.9",
python_requires=">=3.10",
install_requires=deps,
)

0 comments on commit 1e7fe86

Please sign in to comment.