File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ jobs:
102102 - python-version : " 3.14"
103103 runs-on : ubuntu-latest
104104 cmake-version : " 3.30.x"
105+ - python-version : " 3.12"
106+ runs-on : windows-11-arm
107+ cmake-version : " 4.0"
105108
106109 steps :
107110 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -70,9 +70,10 @@ test-meta = [
7070 " setuptools-scm" ,
7171]
7272test-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') " ,
7474 " numpy~=1.24.0; python_version=='3.8' and platform_python_implementation=='PyPy'" ,
7575 " 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'" ,
7677]
7778test-schema = [
7879 " fastjsonschema" ,
You can’t perform that action at this time.
0 commit comments