Skip to content

Commit 1a7966b

Browse files
committed
Run tests on dev and free-threaded pythons
1 parent 9cb7b36 commit 1a7966b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
python-version: ["3.11", "3.12", "3.13"] #, "3.13t", "3.14-dev"] # waiting for pyproj support
30+
python-version: ["3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
3131

3232
permissions:
3333
contents: read
@@ -61,10 +61,6 @@ jobs:
6161
uses: astral-sh/setup-uv@v7
6262
with:
6363
enable-cache: true
64-
65-
- name: Set up Python ${{ matrix.python-version }}
66-
uses: actions/setup-python@v6
67-
with:
6864
python-version: ${{ matrix.python-version }}
6965

7066
- name: Install dependencies

0 commit comments

Comments
 (0)