File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4141 - cp*-manylinux_aarch64
4242 - cp*-macosx_x86_64
4343 - cp*-macosx_arm64
44- - cp*-win*
44+ - cp*-win_amd64
4545 secrets :
4646 pypi_token : ${{ secrets.pypi_token }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["setuptools",
44 " wheel" ,
55 " extension-helpers" ,
66 " oldest-supported-numpy" ,
7- " cython==0.29.30 " ]
7+ " cython==0.29.32 " ]
88build-backend = ' setuptools.build_meta'
99
1010[tool .setuptools_scm ]
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ filterwarnings =
6363 ignore:No observer defined on WCS:astropy.utils.exceptions.AstropyUserWarning
6464 ignore:unclosed file:ResourceWarning
6565 ignore:The conversion of these 2D helioprojective coordinates to 3D is all NaNs
66+ # This is a sunpy < 4.1 issue with Python 3.11
67+ ignore:' xdrlib' is deprecated and slated for removal in Python 3.13
68+ # This is a pyvo issue with Python 3.11
69+ ignore:' cgi' is deprecated and slated for removal in Python 3.13
6670
6771[coverage:run]
6872omit =
Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ extras =
3636 test
3737 # Don't run the more complex tests on oldestdeps because it pulls in a nest
3838 # web of dependencies much newer than our mins
39- # !oldestdeps: testall
40- !devdeps: testall
39+ !oldestdeps: testall
4140commands =
4241 pip freeze
4342 !oldestdeps: {env:PYTEST_COMMAND} {posargs}
You can’t perform that action at this time.
0 commit comments