summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
Commit message (Expand)AuthorAgeFilesLines
* Enable file tests with the limited API test jobs to see what failures there are.enable_limited_api_file_testsStefan Behnel2023-05-041-3/+3
* 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
* 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 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
* | Update CCache script version (#5106)da-woods2022-10-301-1/+1
* | Set explicit permissions for GitHub Workflows (GH-5038)Alex2022-09-231-0/+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
* | CI: Prevent changes to irrelevant files from triggering a CI run.Stefan Behnel2022-08-111-1/+12
* | 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
* | 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
| * [0.29.x only] Remove CI build targets that only work in master.Stefan Behnel2021-11-161-116/+1
| * Add Github Actions workflow scripts.Stefan Behnel2021-11-161-0/+317
* CI: Remove "allow_failures" for Python 3.11 to make sure we notice failures d...Ewout ter Hoeven2022-07-171-3/+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
* CI: Change MACOSX_DEPLOYMENT_TARGET in Py3.7 to repair a CI test failure (GH-...da-woods2022-05-071-1/+1
* Remove Stackless hack for looking up "PyFrameObject.f_localsplus" from Stackl...Stefan Behnel2022-02-241-0/+5
* 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
* Add `clear_method_caches` to Utils.py (#4338)0dminnimda2021-10-281-2/+2
* Initial support for Python 3.11 (GH-4414)da-woods2021-10-251-4/+4
* Add Py3.10 as CI test target.Stefan Behnel2021-10-241-1/+9
* Add CI jobs that compile more Cython modules with "--cython-compile-all", to ...Stefan Behnel2021-07-261-0/+21
* Build and keep wheels in Github Actions. (GH-4267)scoder2021-07-061-0/+24
* Split up macOS CI jobs to avoid arbitrary timeouts.Stefan Behnel2021-05-261-3/+11
* Split the current "CYTHON_COMPILING_IN_LIMITED_API" macro guard (GH-3611)scoder2021-05-251-0/+27
* CI: mark Py3.10-dev jobs as expected to succeed (for now).Stefan Behnel2021-05-251-3/+4