summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* test: test against 3.11-dev, regularlynedbat/python-devNed Batchelder2022-01-171-0/+5
|
* build: provide hints about how to fix cog-check quality failures.Ned Batchelder2022-01-151-0/+3
|
* build: better docs about Python versions in actionsNed Batchelder2022-01-153-1/+14
|
* docs: small tweaks to the bug report templateNed Batchelder2022-01-121-2/+2
|
* build: drop Python 3.6 supportNed Batchelder2021-12-314-17/+9
|
* build: a make target to cog the workflowsNed Batchelder2021-12-311-0/+4
|
* build: use a sparse checkout for the reports repoNed Batchelder2021-12-301-10/+13
|
* build: publish metacov differentlyNed Batchelder2021-12-281-52/+59
|
* build: generate a metacov badgeNed Batchelder2021-12-281-1/+17
|
* build: no more codecovNed Batchelder2021-12-282-20/+0
|
* build: need to use pypy-3.7 instead of pypy3 on GHAnedbat/pypy37Ned Batchelder2021-12-141-2/+2
|
* build: also build macos arm64 kits #1288Ned Batchelder2021-12-011-18/+27
|
* test(build): i've had the wrong -r character this whole timeNed Batchelder2021-11-241-2/+2
| | | | E means show summary of errors. e means nothing. :(
* build: use new setup-python cachingNed Batchelder2021-11-244-0/+18
|
* debug: why can't we clean up the C extension on windows?Ned Batchelder2021-11-211-0/+1
|
* build: use cog to maintain data copied into docsNed Batchelder2021-11-191-2/+2
|
* build: auto-assign the 'needs triage' label to new issuesNed Batchelder2021-11-162-2/+2
| | | | [skip actions]
* test(build): skip metacov on mac pypy3, it slows us downNed Batchelder2021-11-131-0/+3
|
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-103-2/+13
| | | | | | | | | | | The fix for CTracer is egregious and will need to be updated when there's a supported way to do it. The fullcoverage skip is noted in https://github.com/nedbat/coveragepy/issues/1278 The raise_through_with skip is noted in https://github.com/nedbat/coveragepy/issues/1270
* build: one pypy wheel to rule them allNed Batchelder2021-11-091-5/+4
| | | | [skip actions]
* build: use cog 3.2.0 so we can just print() the outputNed Batchelder2021-11-071-3/+2
|
* build: tweak the kit matrix namesNed Batchelder2021-11-071-40/+40
|
* build: use a cogged matrix of wheelsNed Batchelder2021-11-061-25/+69
|
* build: list the files created in a separate easily findable stepNed Batchelder2021-11-051-0/+12
|
* build: cp39 musllinux wheels don't work in some places. #1268Ned Batchelder2021-11-051-0/+7
|
* build: check CTracer after building wheelsNed Batchelder2021-11-051-3/+14
| | | | And also use the matrix to build them in parallel
* docs: tweak the bug report templateNed Batchelder2021-11-041-2/+2
|
* feat: html output directory gets a .gitignore file. #1244Ned Batchelder2021-10-271-0/+1
|
* build: run tests and quality on my branches without making pull requestsNed Batchelder2021-10-272-0/+2
|
* build: make PyPy kits without invoking setup.py directlynedbat/pypy-kit-without-setup-pyNed Batchelder2021-10-251-3/+4
|
* build: a minimal tox.pip for getting tox startedNed Batchelder2021-10-254-13/+9
| | | | | | 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 invocationsNed Batchelder2021-10-253-8/+12
| | | | Also simplified the .pip files a bit.
* build: use pip-tools to manage *.pip from *.inNed Batchelder2021-10-242-4/+2
| | | | | The requires.io site stopped working for me, and this is a more automated process anyway.
* build: use 3.8 uniformly for ci tasksNed Batchelder2021-10-242-5/+5
|
* Build wheel for PyPy3.8Hugo van Kemenade2021-10-241-0/+1
|
* test: make metacov work with xdistNed Batchelder2021-10-081-3/+1
| | | | | | | | | I was using pytest.__file__ as a directory, but in 5.3.2, pytest changed to be a package, so that wasn't the site-packages directory anymore, and our .pth file was written someplace useless. Now we don't rely on the structure of pytest (why did we ever?), and it works again.
* build: 3.10.0 is outNed Batchelder2021-10-053-2/+3
|
* Python 3.10.0rc2Ned Batchelder2021-09-083-3/+3
|
* build: don't over-run actionsNed Batchelder2021-08-312-0/+4
|
* fixes typo in kit workflow (#1215)Luis Nell2021-08-231-1/+1
|
* test: show contexts in metacov reportNed Batchelder2021-08-091-10/+2
|
* build: never warn about old pip versionsNed Batchelder2021-08-094-0/+12
|
* build: use 3.10.0-rc.1 (#1204)Ned Batchelder2021-08-043-3/+3
|
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-011-1/+1
| | | | | | | | | | | python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers
* Build aarch64 wheels using cibuildwheel (#1165)Janakarajan Natarajan2021-07-181-4/+14
| | | Latest cibuildwheel allows for the building of aarch64 using QEMU.
* build: 3.10 beta 4 is outNed Batchelder2021-07-112-2/+2
|
* build: 3.10b3 is outNed Batchelder2021-06-182-4/+2
|
* build: 3.10 is in flux, but beta3 should be goodNed Batchelder2021-06-062-2/+4
|
* build: metacov should run on all versions of PythonNed Batchelder2021-05-301-0/+3
|
* test: avoid xdist to ensure coverage is collectedNed Batchelder2021-05-021-1/+3
|