Skip to content

Commit 19603ee

Browse files
committed
remove 3.14 for now
1 parent 2366b1a commit 19603ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ on:
77
workflow_dispatch:
88

99
env:
10-
LATEST_PY_VERSION: '3.14'
10+
LATEST_PY_VERSION: '3.13'
1111

1212
jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
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']
1819

1920
timeout-minutes: 20
2021

0 commit comments

Comments
 (0)