Skip to content

Commit 75389ec

Browse files
committed
add python 3.14 in CI
1 parent 04cbfd3 commit 75389ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
# NOTE: removing python 3.14 while https://github.com/developmentseed/cql2-rs/issues/93
18-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] # , '3.14']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1918

2019
timeout-minutes: 20
2120

0 commit comments

Comments
 (0)