summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* 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
* | CI: Change MACOSX_DEPLOYMENT_TARGET in Py3.7 to repair a CI test failure (GH-...da-woods2022-05-071-1/+1
* | Issue tracker: Try to direct to cython-users before the issue template (GH-4665)da-woods2022-03-121-0/+5
* | Improve the bug/feature templates to provide a clearer hint why cython-users ...Stefan Behnel2022-02-252-6/+16
* | Remove Stackless hack for looking up "PyFrameObject.f_localsplus" from Stackl...Stefan Behnel2022-02-241-0/+5
* | Pin setuptools<60 to resolve CI build failures due to incorrect C compiler fl...Matti Picus2021-12-211-1/+1
* | Revert "Try to resolve build failures by switching back to CPython's distutil...Stefan Behnel2021-12-211-3/+0
* | Try to resolve build failures by switching back to CPython's distutils instea...Stefan Behnel2021-12-211-0/+3
* | Stop testing Py3.5 with type specs. It is already out of maintenance.Stefan Behnel2021-12-181-6/+0
* | Remove PyPy bugs tests, now that PyPy runs them on their side (GH-4486)da-woods2021-12-061-17/+0
* | Merge branch '0.29.x'Stefan Behnel2021-12-061-70/+37
|\ \ | |/
| * Also upload the musllinux wheels to GH Releases.0.29.25-1Stefan Behnel2021-12-061-2/+4
| * Also upload the Python tgz and wheel to GH Releases.0.29.25Stefan Behnel2021-12-061-0/+8