Skip to content

Commit 90d37d9

Browse files
committed
chore: declares support for Python 3.14
1 parent 88089e4 commit 90d37d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
needs: build
6363
strategy:
6464
matrix:
65-
py: ["3.11", "3.12", "3.13"]
65+
py: ["3.11", "3.12", "3.13", "3.14"]
6666
steps:
6767
- uses: actions/download-artifact@v4
6868
with:

docs/docs/getting_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CocoIndex is supported on the following operating systems:
1313
## 🐍 Install Python and Pip
1414
To follow the steps in this guide, you'll need:
1515

16-
1. Install [Python](https://wiki.python.org/moin/BeginnersGuide/Download/). We support Python 3.11 to 3.13.
16+
1. Install [Python](https://wiki.python.org/moin/BeginnersGuide/Download/). We support Python 3.11+.
1717
2. Install [pip](https://pip.pypa.io/en/stable/installation/) - a Python package installer
1818

1919

0 commit comments

Comments
 (0)