summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* Split the library caches of the CI/wheel builds by OS since we have different...Stefan Behnel2023-04-012-3/+2
* Try to fix wheel upload in CI.Stefan Behnel2023-04-011-1/+1
* Exclude Py3.5 from CI builds - fails for too many platforms by now.Stefan Behnel2023-03-291-3/+0
* Exclude Py2.7 wheel on Windows since we don't have a windows-2016 build runne...Stefan Behnel2023-03-261-4/+3
* CI: Try to fix macOS build condition.Stefan Behnel2023-01-032-4/+4
* CI: Try to use ccache on macos.Stefan Behnel2023-01-031-1/+7
* Use MACOS_DEPLOYMENT_TARGET=11.0 instead of 10.15 to support arm64 builds.Stefan Behnel2023-01-032-2/+2
* Avoid using two different conditions for the same thing.Stefan Behnel2023-01-031-1/+1
* CI: Try to make token passing work in Windows.Stefan Behnel2023-01-021-1/+1
* Pass GitHub token into API call when listing library releases.Stefan Behnel2022-12-271-1/+1
* Allow 3.12 CI jobs to fail since they run into a refcounting test failure tha...Stefan Behnel2022-12-271-0/+3
* Make CI failures show up also on macOS.Stefan Behnel2022-12-231-2/+2
* Add CI caching for the library download files to avoid excessive remote access.Stefan Behnel2022-12-232-0/+29
* Add latest Python 3.12 dev version to CI matrix.Stefan Behnel2022-12-231-1/+1
* Remove CI image that is not available.Stefan Behnel2022-12-231-3/+3
* Update to latest library versions.Stefan Behnel2022-12-222-3/+3
* Use same naming for Python version matrix variable in wheel workflow as in CI...lxml-4.9.2Stefan Behnel2022-12-131-2/+2
* Use windows-2016 image instead of windows-2019 to fix the Py2.7 build.Stefan Behnel2022-12-131-0/+7
* Install more recent library versions for the wheel build.Stefan Behnel2022-12-131-1/+1
* Add PyPy-3.8 CI target.Stefan Behnel2022-12-131-0/+4
* Try to add a Windows CI build for Py2.7.Stefan Behnel2022-12-131-0/+6
* Exclude missing Python versions from CI jobs.Stefan Behnel2022-12-131-2/+5
* CI: exclude non-static Windows jobs.Stefan Behnel2022-12-131-1/+2
* Use gcc-9 in CI instead of gcc-8, which is no longer available.Stefan Behnel2022-12-131-1/+1
* Use windows-2019 images also for CI builds (now only for wheel builds) and us...Stefan Behnel2022-12-131-16/+16
* Remove outdated and not disfunctional PyPy3.7 wheel target.Stefan Behnel2022-12-061-1/+1
* Add Windows CI builds.Stefan Behnel2022-12-061-10/+15
* Fix build failed on windows server 2022 (GH-365)BenHacker2022-12-061-1/+1
* GHA wheel CI: Update images, used actions and Python version (GH-356)Ewout ter Hoeven2022-12-021-5/+10
* Bump pat-s/always-upload-cache from 2.1.3 to 3.0.11 (GH-363)dependabot[bot]2022-12-021-1/+1
* CI: Avoid duplicate CI runs for PRs and tighten triggers and rights somewhat.Stefan Behnel2022-12-011-1/+19
* GHA wheel CI: Upgrade GitHub Actions and PyPy version (GH-362)Christian Clauss2022-12-011-11/+11
* Add Dependabot configuration for GitHub Actions updates (GH-358)Ewout ter Hoeven2022-12-011-0/+8
* Use final Python 3.11 in CI runs (GH-346)Christian Clauss2022-11-091-11/+14
* Correct the condition for building the docs in CI (GH-347)Henning Janssen2022-07-151-1/+1
* Try to speed up the musllinux AArch64 build by splitting the different CPytho...Stefan Behnel2022-05-311-0/+13
* Update macOS deployment target version from 10.14 to 10.15 since 10.14 starts...Stefan Behnel2022-05-312-2/+2
* Remove Py3.12 from CI targets again since it's not available yet.Stefan Behnel2022-05-171-1/+1
* Include 3.12 in CI build.Stefan Behnel2022-05-171-1/+2
* Use libxml2 2.9.14 for wheel builds.Stefan Behnel2022-05-172-2/+2
* Include aarch64 wheel for musllinux SOABI (GH-342)Richard Connon2022-05-171-0/+1
* Use latest releases libxml2 2.9.13 and libxslt 1.1.35 also for CI builds.Stefan Behnel2022-02-221-2/+2
* Enable Cython's refnanny for the CPython "-dev" version builds (but still all...Stefan Behnel2022-02-221-0/+4
* Enable Cython's refnanny for the CPython "-dev" version builds.Stefan Behnel2022-02-221-0/+1
* Use latest releases libxml2 2.9.13 and libxslt 1.1.35 for wheel builds.Stefan Behnel2022-02-221-1/+1
* Add CI test jobs for Python 3.11. (GH-339)Mariusz Felisiak2022-02-181-1/+13
* Add an AArch64 wheel build for Py3.6.Stefan Behnel2022-02-141-0/+2
* Remove useless macOS-M1 build target since there are currently no GHA build s...Stefan Behnel2021-12-131-1/+2
* Install automake and libtool in macOS build to be able to install the latest ...Stefan Behnel2021-12-101-0/+6
* Add macOS-M1 as wheel build platform.Stefan Behnel2021-12-101-1/+1