File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ jobs:
102
102
- python-version : " 3.14"
103
103
runs-on : ubuntu-latest
104
104
cmake-version : " 3.30.x"
105
+ - python-version : " 3.12"
106
+ runs-on : windows-11-arm
107
+ cmake-version : " 4.0"
105
108
106
109
steps :
107
110
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -70,9 +70,10 @@ test-meta = [
70
70
" setuptools-scm" ,
71
71
]
72
72
test-numpy = [
73
- " numpy; python_version<'3.14' and platform_python_implementation!='PyPy'" ,
73
+ " numpy; python_version<'3.14' and platform_python_implementation!='PyPy' and (platform_system != 'Windows' or platform_machine != 'ARM64') " ,
74
74
" numpy~=1.24.0; python_version=='3.8' and platform_python_implementation=='PyPy'" ,
75
75
" numpy~=2.0.0; python_version=='3.9' and platform_python_implementation=='PyPy'" ,
76
+ " numpy~=2.2.0; python_version=='3.10' and platform_python_implementation=='PyPy'" ,
76
77
]
77
78
test-schema = [
78
79
" fastjsonschema" ,
You can’t perform that action at this time.
0 commit comments