| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: make PyPy kits without invoking setup.py directlynedbat/pypy-kit-without-setup-py | Ned Batchelder | 2021-10-25 | 1 | -3/+4 |
| | | |||||
| * | build: a minimal tox.pip for getting tox started | Ned Batchelder | 2021-10-25 | 1 | -5/+5 |
| | | | | | | | No need to install a lot of junk just to have tox make a new venv and install things into it. And then ci.pip can be much smaller, installing just what kits need: kit.pip | ||||
| * | build: avoid direct setup.py invocations | Ned Batchelder | 2021-10-25 | 1 | -5/+9 |
| | | | | | Also simplified the .pip files a bit. | ||||
| * | build: use 3.8 uniformly for ci tasks | Ned Batchelder | 2021-10-24 | 1 | -4/+4 |
| | | |||||
| * | Build wheel for PyPy3.8 | Hugo van Kemenade | 2021-10-24 | 1 | -0/+1 |
| | | |||||
| * | build: 3.10.0 is out | Ned Batchelder | 2021-10-05 | 1 | -0/+1 |
| | | |||||
| * | Python 3.10.0rc2 | Ned Batchelder | 2021-09-08 | 1 | -1/+1 |
| | | |||||
| * | fixes typo in kit workflow (#1215) | Luis Nell | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | build: never warn about old pip versions | Ned Batchelder | 2021-08-09 | 1 | -0/+3 |
| | | |||||
| * | build: use 3.10.0-rc.1 (#1204) | Ned Batchelder | 2021-08-04 | 1 | -1/+1 |
| | | |||||
| * | Build aarch64 wheels using cibuildwheel (#1165) | Janakarajan Natarajan | 2021-07-18 | 1 | -4/+14 |
| | | | | Latest cibuildwheel allows for the building of aarch64 using QEMU. | ||||
| * | build: don't run CI on 2.7, pypy2, or 3.5 | Ned Batchelder | 2021-05-01 | 1 | -5/+0 |
| | | |||||
| * | build: use 3.10.0a7 in CI | Ned Batchelder | 2021-04-11 | 1 | -1/+1 |
| | | |||||
| * | test: Use 3.10 alpha.6 | Ned Batchelder | 2021-03-11 | 1 | -1/+1 |
| | | |||||
| * | build: clean up pip files | Ned Batchelder | 2021-03-01 | 1 | -1/+1 |
| | | | | | | auditwheel only installs on Python 3. So only install it where we need it, and clean up other .pip files along the way. | ||||
| * | build: build 3.10 wheels | Ned Batchelder | 2021-03-01 | 1 | -4/+59 |
| | | |||||
| * | build: make yaml syntax more uniform | Ned Batchelder | 2021-02-25 | 1 | -20/+23 |
| | | |||||
| * | Name kit artifacts | Ned Batchelder | 2020-12-19 | 1 | -0/+3 |
| | | | | | | | | Without a name, the download program will grab the latest artifacts no matter what they are, like .coverage data files from metacov. This ensures we get the kits. | ||||
| * | Build PyPy wheels also | Ned Batchelder | 2020-12-07 | 1 | -7/+41 |
| | | |||||
| * | Run lint etc in GitHub Actions | Ned Batchelder | 2020-11-29 | 1 | -3/+4 |
| | | |||||
| * | Kits are built on demand only | Ned Batchelder | 2020-11-28 | 1 | -4/+0 |
| | | |||||
| * | Keep version pins in .pip files | Ned Batchelder | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | Building kits with GitHub Actions | Ned Batchelder | 2020-11-28 | 1 | -0/+69 |
