| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Undo 3.12 CI testing for now
|
|
|
| |
Add testing with Python 3.12
|
|
|
| |
Remove codecov for now, since it has been removed from PyPI
|
|
|
| |
Signed-off-by: Joyce <joycebrum@google.com>
|
| |
|
|
|
|
|
|
| |
With the updated matrix build config, it's now possible to add a
py3.10 build to run `tox -e mypy-test`.
Also, fix a bug in the workflow in on.pull_request.paths
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When this is used, it means that no new toxenv can be introduced which
is incompatible with pypy. This poses an issue for work using mypy to
check annotations, as pypy currently cannot install it.
In order to move away from `-e ALL`, expand the github actions matrix
config to generate the list of desirable runs. The TOXENV=py setting
is used to run the main testenv on the current interpreter, and the
TOXENV=pyparsing_packaging builds (which run today) are preserved
except for on macos and pypy.
The codecov step now looks for `TOXENV=py` in addition to other matrix
attributes.
|
|
|
|
|
|
|
|
|
| |
* Migrate to flit_core build system
Fixes #357
* Remove obsolete Windows scripts
* Add a BUILDING doc
|
|
|
|
|
| |
* Switch to GH actions
* Add dependencies for railroad testing
|
| |
|
| |
|
|
Add Tidelift sponsorship link
|