Skip to content

Commit

Permalink
Merge pull request #316 from astrofrog/upgrade-cython
Browse files Browse the repository at this point in the history
Update pinned version of Cython
  • Loading branch information
astrofrog authored Oct 27, 2022
2 parents 991ae2d + 5c1c26a commit 8647e43
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- cp*-manylinux_aarch64
- cp*-macosx_x86_64
- cp*-macosx_arm64
- cp*-win*
- cp*-win_amd64
secrets:
pypi_token: ${{ secrets.pypi_token }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools",
"wheel",
"extension-helpers",
"oldest-supported-numpy",
"cython==0.29.30"]
"cython==0.29.32"]
build-backend = 'setuptools.build_meta'

[tool.setuptools_scm]
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ filterwarnings =
ignore:No observer defined on WCS:astropy.utils.exceptions.AstropyUserWarning
ignore:unclosed file:ResourceWarning
ignore:The conversion of these 2D helioprojective coordinates to 3D is all NaNs
# This is a sunpy < 4.1 issue with Python 3.11
ignore:'xdrlib' is deprecated and slated for removal in Python 3.13
# This is a pyvo issue with Python 3.11
ignore:'cgi' is deprecated and slated for removal in Python 3.13

[coverage:run]
omit =
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ extras =
test
# Don't run the more complex tests on oldestdeps because it pulls in a nest
# web of dependencies much newer than our mins
#!oldestdeps: testall
!devdeps: testall
!oldestdeps: testall
commands =
pip freeze
!oldestdeps: {env:PYTEST_COMMAND} {posargs}
Expand Down

0 comments on commit 8647e43

Please sign in to comment.