Skip to content

Commit 8647e43

Browse files
authored
Merge pull request #316 from astrofrog/upgrade-cython
Update pinned version of Cython
2 parents 991ae2d + 5c1c26a commit 8647e43

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
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 }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]
88
build-backend = 'setuptools.build_meta'
99

1010
[tool.setuptools_scm]

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
6872
omit =

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
4140
commands =
4241
pip freeze
4342
!oldestdeps: {env:PYTEST_COMMAND} {posargs}

0 commit comments

Comments
 (0)