Skip to content

Commit f71d9c5

Browse files
euanwmdavidhewitt
andcommitted
skip 3.13 test on numpy 1
Co-authored-by: David Hewitt <[email protected]>
1 parent 501c14a commit f71d9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
125125
matrix:
126-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
126+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
127127
platform:
128128
[
129129
{

0 commit comments

Comments
 (0)