summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* Remove special macOS CI targets as they can just be part of the build matrix.Stefan Behnel2023-04-031-47/+4
* Remove Py3.4 from CI targets since it's no longer available for Ubuntu 20.04.Stefan Behnel2023-04-031-3/+0
* Move CI to Ubuntu 20.04 to fix failures.Stefan Behnel2023-04-031-27/+27
* [ENH] Improve GH issue templates (GH-5223)0dminnimda2023-03-075-32/+41
* Allow 3.12-dev in limited-api to fail (GH-5294)0dminnimda2023-03-051-0/+1
* Add more recent Limited-API CI builds (Py3.11/3.12).Stefan Behnel2023-03-011-0/+10
* Prevent arbitrary test requirement files in pip installations etc. from inter...Stefan Behnel2023-01-241-1/+1
* Increase CI timeout since we're getting close to 50 minutes on Windows, appar...Stefan Behnel2023-01-051-2/+2
* CI: Use ccache in Github Actions also for the non-Linux jobs (GH-4972)0dminnimda2023-01-051-5/+5
* Fix the step for uploading platform-specific wheels to GitHub (GH-5034)Roman Donchenko2023-01-051-6/+1
* Update cibuildwheel version.Stefan Behnel2023-01-031-1/+1
* Fix windows tests and make some Windows CI builds "must pass" (#5175)da-woods2022-12-311-0/+14
* allow suggestions on AttributeError for PyPy in doctests (#5148)Matti Picus2022-11-261-1/+1
* Add missing 3.12 to ci.yml (#5151)da-woods2022-11-261-2/+2
* Merge branch '0.29.x'da-woods2022-11-261-2/+2
|\
| * Backport support for PEP-623 to 0.29.x: remove Unicode wstr support (GH-5145)Lisandro Dalcin2022-11-241-3/+3
| * only cancel successive runs for pull requests (#5008)Max Bachmann2022-09-041-1/+1
| * cancel unfinished CI run to save CI time (#5006)Max Bachmann2022-09-041-0/+4
* | Run GCC 11 tests with the most recent language standard (#5078)da-woods2022-11-111-3/+3
* | Wheel CI: Update cibuildwheel to v2.11.2 (#5115)Ewout ter Hoeven2022-11-071-1/+1
* | Update CCache script version (#5106)da-woods2022-10-301-1/+1
* | Set explicit permissions for GitHub Workflows (GH-5038)Alex2022-09-232-0/+6
* | Mark new GitHub releases as pre-releases depending on the tag name (#5015)Роман Донченко2022-09-181-0/+6
* | only cancel successive runs for pull requests (#5008)Max Bachmann2022-09-041-1/+1
* | cancel unfinished CI run to save CI time (#5006)Max Bachmann2022-09-041-0/+4
* | CI: Prevent changes to irrelevant files from triggering a CI run.Stefan Behnel2022-08-111-1/+12
* | Switch to YAML issue templates (#4971)da-woods2022-08-115-81/+121
* | Update the GH issue template to hint more at trying out 3.0 first.Stefan Behnel2022-08-101-12/+13
* | Prevent the wheel builder from triggering on unrelated PR changes.Stefan Behnel2022-08-051-0/+5
* | CI: Disable the pure Python wheel builder unless we actually want wheels.Stefan Behnel2022-08-051-0/+6
* | CI: Fix Py3.10 version reference to prevent it from coming out as 3.1.Stefan Behnel2022-08-031-2/+2
* | Use "compile all" CI builds to create generic wheels to allow comparing their...Stefan Behnel2022-08-031-1/+1
* | Use latest Py3.10 for the "compile all" CI builds instead of 3.9.Stefan Behnel2022-08-031-2/+2
* | Allow passing Cython build options via env vars, not only via CLI.Stefan Behnel2022-08-031-4/+0
* | Delete outdated wheel workflow file. Replaced by wheels.yml.Stefan Behnel2022-08-032-97/+2
* | Upload wheels to GH-Releases after a release build.Stefan Behnel2022-08-031-0/+26
* | Add GHA workflow to build wheels using cibuildwheel (GH-4784)Thomas Li2022-08-031-0/+111
* | Use manylinux2014 instead of the EOL manylinux1 docker images to build legacy...Stefan Behnel2022-07-311-2/+2
* | Add manylinux_2_28 wheel builds.Stefan Behnel2022-07-281-0/+2
* | Add GitHub Actions build jobs for Windows (GH-4324)0dminnimda2022-07-281-39/+54
* | Merge branch '0.29.x'da-woods2022-07-251-10/+10
|\ \ | |/
| * Update macos version for github actions (#4917)da-woods2022-07-251-10/+10
| * CI: Remove "allow_failures" for Python 3.11 to make sure we notice failures d...Ewout ter Hoeven2022-07-181-3/+3
* | CI: Remove "allow_failures" for Python 3.11 to make sure we notice failures d...Ewout ter Hoeven2022-07-171-3/+1
* | Add musllinux AArch64 wheen build.Stefan Behnel2022-05-171-0/+1
* | Exclude Py3.12 from the CI builds again since it's not available yet.Stefan Behnel2022-05-171-3/+13
* | Add Py3.12 to CI build targets.Stefan Behnel2022-05-171-1/+3
* | Update MACOSX_DEPLOYMENT_TARGET for fix test failure (#4793)da-woods2022-05-141-1/+1
* | CI: Update versions of used actions, allow manual "workflow_dispatch" (GH-4776)Ewout ter Hoeven2022-05-101-14/+12
* | manylinux CI: Update used actions, use Python 3.10 (GH-4774)Ewout ter Hoeven2022-05-091-10/+10