Andrew Murray
|
1392eab89b
|
Updated Ghostscript to 10.4.0
|
2024-09-19 09:21:23 +10:00 |
|
Andrew Murray
|
c01d2d0577
|
Updated libjpeg-turbo to 3.0.4
|
2024-09-15 21:57:45 +10:00 |
|
Andrew Murray
|
a3d9529f04
|
Updated macOS deployment target for Python >= 3.12 on Intel to 10.13
|
2024-09-14 11:23:09 +10:00 |
|
Hugo van Kemenade
|
c9eb14e104
|
Merge pull request #7916 from radarhere/xz
|
2024-09-13 16:40:41 +03:00 |
|
Andrew Murray
|
0f67dfc380
|
Change macos-14 to macos-latest
|
2024-09-13 15:31:37 +10:00 |
|
Hugo van Kemenade
|
e6cf27c5a8
|
Merge pull request #8375 from radarhere/libpng
Updated libpng to 1.6.44
|
2024-09-13 07:23:07 +03:00 |
|
Andrew Murray
|
5d8e891387
|
Updated libpng to 1.6.44
|
2024-09-13 10:52:36 +10:00 |
|
Andrew Murray
|
fea929bf10
|
Test NumPy with musllinux wheels
|
2024-09-13 07:34:56 +10:00 |
|
Lysandros Nikolaou
|
1ead7791c6
|
Remove comment
|
2024-09-12 16:34:29 +03:00 |
|
Lysandros Nikolaou
|
c9f88890a5
|
Install numpy from PyPI when testing wheels
|
2024-09-12 14:52:24 +03:00 |
|
Andrew Murray
|
608a5e83c0
|
Updated harfbuzz to 9.0.0, except on manylinux2014
|
2024-09-09 12:56:28 +10:00 |
|
renovate[bot]
|
8c738f6427
|
Update deadsnakes/action action to v3.2.0
|
2024-09-08 13:00:15 +00:00 |
|
Hugo van Kemenade
|
d92603a0c6
|
Drop support for EOL PyPy3.9
|
2024-08-29 10:58:53 +03:00 |
|
Andrew Murray
|
65172db28d
|
Corrected Ghostscript path
|
2024-08-27 19:04:46 +10:00 |
|
Andrew Murray
|
2ed8502d12
|
Use ipython PrettyPrinter, rather than custom class
|
2024-08-20 22:13:52 +10:00 |
|
Andrew Murray
|
2467369c13
|
Uninstall gradle and maven on macOS 13
|
2024-08-19 20:50:45 +10:00 |
|
Yay295
|
22ef8df59a
|
Do not run scheduled wheel jobs on forks
|
2024-07-22 08:29:55 +03:00 |
|
Lysandros Nikolaou
|
a6e9393956
|
Update .github/workflows/wheels.yml
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-07-18 10:35:09 +02:00 |
|
Lysandros Nikolaou
|
09c817a2ec
|
Move uploading nightly wheels to different job
This is needed cause the job does not support running on OS's other
than Ubuntu.
|
2024-07-17 23:05:48 +02:00 |
|
Lysandros Nikolaou
|
f39ca5db5a
|
Skip QEMU-emulated wheels on workflow dispatch event
|
2024-07-17 16:21:16 +02:00 |
|
Hugo van Kemenade
|
024fa51294
|
Merge pull request #8236 from lysnikolaou/upload-nightly-wheels
|
2024-07-17 17:17:54 +03:00 |
|
Andrew Murray
|
3146940716
|
Temporarily disable cifuzz
|
2024-07-17 08:26:05 +10:00 |
|
Andrew Murray
|
d83c7b38c4
|
Skip other jobs on schedule (#1)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2024-07-16 12:18:25 +02:00 |
|
Lysandros Nikolaou
|
68c3542d09
|
Rename secret
|
2024-07-16 10:42:18 +02:00 |
|
Andrew Murray
|
784a874490
|
Trim whitespace
|
2024-07-16 18:38:50 +10:00 |
|
Lysandros Nikolaou
|
e89be77145
|
Upload wheels to scientific-python-nightly-wheels index
|
2024-07-16 10:21:24 +02:00 |
|
Andrew Murray
|
c416f0ea1d
|
Build wheels with free threading
|
2024-07-10 06:11:11 +10:00 |
|
Andrew Murray
|
613fced92c
|
Merge pull request #8200 from hugovk/ci-free-threading
Test 3.13 free-threaded build on CI
|
2024-07-08 21:24:07 +10:00 |
|
Andrew Murray
|
41eb218a68
|
Check GIL, rather than Python version
|
2024-07-07 22:04:50 +10:00 |
|
Hugo van Kemenade
|
dcd8332805
|
Include 'free-threading' in job name
|
2024-07-05 19:40:43 +03:00 |
|
Andrew Murray
|
bcecaf6add
|
Group aarch64 jobs
|
2024-07-06 02:08:37 +10:00 |
|
Hugo van Kemenade
|
701539d017
|
Add PYTHON_GIL=0 env var to keep GIL disabled
|
2024-07-05 00:38:50 +03:00 |
|
Hugo van Kemenade
|
e76c31b67d
|
Refactor to single line for readability
|
2024-07-04 15:54:21 +03:00 |
|
Hugo van Kemenade
|
d4f1d252ef
|
Test 3.13 free-threaded build on CI
|
2024-07-04 15:54:21 +03:00 |
|
Hugo van Kemenade
|
51bd7d2ea8
|
Drop support for Python 3.8 (#8183)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-07-03 00:44:45 -06:00 |
|
Hugo van Kemenade
|
534d82119b
|
Test NumPy on Python 3.13
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-07-02 21:57:13 +03:00 |
|
Andrew Murray
|
381c604b07
|
Removed Debian 11
|
2024-07-01 23:06:39 +10:00 |
|
Andrew Murray
|
43cc1e3659
|
Removed PyAccess and Image.USE_CFFI_ACCESS
|
2024-07-01 20:31:17 +10:00 |
|
Andrew Murray
|
dfd53564ff
|
Ignore brew dependencies for libraqm on macOS 13
|
2024-06-15 11:51:02 +10:00 |
|
Hugo van Kemenade
|
13a33dc3c3
|
Merge branch 'main' into libjpeg-turbo
|
2024-06-07 03:46:49 -06:00 |
|
Hugo van Kemenade
|
d25aaede2c
|
Merge pull request #7973 from radarhere/libwebp
|
2024-06-07 03:46:15 -06:00 |
|
Hugo van Kemenade
|
ccd2d5c892
|
Merge pull request #7982 from radarhere/xcb
|
2024-06-07 03:46:08 -06:00 |
|
Hugo van Kemenade
|
33d7c9ddc7
|
Merge pull request #8059 from radarhere/harfbuzz
|
2024-06-07 03:45:48 -06:00 |
|
Andrew Murray
|
7f977f6522
|
Updated xz to 5.6.2
|
2024-05-30 09:10:28 +10:00 |
|
Andrew Murray
|
2c9b5f0360
|
Updated Ghostscript to 10.3.1
|
2024-05-25 06:20:03 +10:00 |
|
Andrew Murray
|
3cc26e9ea6
|
Added Python 3.13 wheels
|
2024-05-21 12:55:48 +10:00 |
|
Andrew Murray
|
e9b15f8091
|
Updated harfbuzz to 8.5.0
|
2024-05-14 10:09:44 +10:00 |
|
Andrew Murray
|
47580f257b
|
Updated libjpeg-turbo to 3.0.3
|
2024-05-09 08:51:12 +10:00 |
|
Andrew Murray
|
ac1eb57c03
|
Install git
|
2024-05-03 09:43:50 +10:00 |
|
Andrew Murray
|
e8cddfbc6a
|
Updated codecov/codecov-action to v4
|
2024-05-03 08:45:39 +10:00 |
|