You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish.yml
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ jobs:
25
25
test_extras: test
26
26
test_command: pytest -p no:warnings --astropy-header -m "not hypothesis" -k "not test_data_out_of_range and not test_set_locale and not TestQuantityTyping" --pyargs astropy
27
27
targets: |
28
-
- cp39-manylinux_x86_64
28
+
- cp310-manylinux_x86_64
29
29
30
30
build_and_publish:
31
31
# This does the actual wheel building and publishing as part of the cron job
@@ -59,44 +59,37 @@ jobs:
59
59
targets: |
60
60
# Linux wheels
61
61
62
-
- cp39-manylinux_x86_64
63
62
- cp310-manylinux_x86_64
64
63
- cp311-manylinux_x86_64
65
64
- cp312-manylinux_x86_64
66
65
67
66
# Note that following wheels are not currently tested:
68
67
69
-
- cp39-manylinux_aarch64
70
68
- cp310-manylinux_aarch64
71
69
- cp311-manylinux_aarch64
72
70
- cp312-manylinux_aarch64
73
71
74
-
- cp39-musllinux_x86_64
75
72
- cp310-musllinux_x86_64
76
73
- cp311-musllinux_x86_64
77
74
- cp312-musllinux_x86_64
78
75
79
76
# MacOS X wheels - as noted in https://github.com/astropy/astropy/pull/12379 we deliberately
0 commit comments