Skip to content

Commit 0eeb007

Browse files
committed
missing NC files for 3.11
netcdfplus is not supported for in Python 3.11 and later
1 parent 30555f8 commit 0eeb007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- "3.8"
2525
- "3.9"
2626
- "3.10"
27-
- "3.11"
27+
#- "3.11"
2828

2929
steps:
3030
- uses: actions/checkout@v2
@@ -63,7 +63,7 @@ jobs:
6363
- "3.8"
6464
- "3.9"
6565
- "3.10"
66-
- "3.11"
66+
#- "3.11"
6767

6868
steps:
6969
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)