summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add PyPy3 to list of Pythons testedfeature/skeletonJason R. Coombs2020-12-201-1/+1
|
* Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2020-12-122-138/+42
|\
| * Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-081-0/+42
|
* Fix all deprecated set-env and add-path uses @ GHASviatoslav Sydorenko2020-11-201-15/+8
|
* Temporarily allow `set-env` GHA commandsSviatoslav Sydorenko2020-11-181-0/+16
| | | | | | Refs: * github.com/deadsnakes/issues/issues/135 * github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
* Upgrade GHA actions using deprecated env mechanismSviatoslav Sydorenko2020-11-181-2/+2
|
* Merge pull request #2435 from pypa/debt/drop-py35Jason R. Coombs2020-10-181-1/+0
|\ | | | | Drop support for Python 3.5
| * Merge branch 'master' into debt/drop-py35Jason R. Coombs2020-10-172-66/+35
| |\
| * | Drop support for Python 3.5.Jason R. Coombs2020-05-311-1/+0
| | |
* | | 📝 Update devguide links in the PR templateSviatoslav Sydorenko2020-10-171-2/+8
| |/ |/| | | | | This is necessary because the document has been moved in PR #2426.
* | Defer to default behavior for fail fast for now.Jason R. Coombs2020-10-171-1/+0
| |
* | Don't let one failure cancel all the other jobsHugo van Kemenade2020-10-121-0/+1
| |
* | GHA: Replace 3.9 beta with 3.9 finalHugo van Kemenade2020-10-121-6/+1
| |
* | Try out actions/setup-python@v2.1.1Sviatoslav Sydorenko2020-07-211-1/+1
| |
* | Add Python 3.9 beta from deadsnakesSviatoslav Sydorenko2020-07-191-8/+24
| |
* | debug! make pytest extremely verboseSviatoslav Sydorenko2020-07-191-0/+2
| |
* | Make tox show tests output in parallel mode @ GHASviatoslav Sydorenko2020-07-191-0/+2
| |
* | Set up GHA to test on Python 3.9-beta and 3.8-devSviatoslav Sydorenko2020-07-181-4/+10
| |
* | Remove issue templatesPaul Ganssle2020-07-132-63/+0
| | | | | | | | | | The "setuptools warns about incompatibility" template has generated no useful reports and should be removed.
* | Test Python 3.9-devHugo2020-07-121-0/+9
| |
* | Add a simple blank issue so it gets a green button.Jason R. Coombs2020-07-121-0/+4
| |
* | More directly disable coverage when running tests on pypy.Jason R. Coombs2020-07-021-2/+0
|/
* Reword and simplify note about supported versions.Jason R. Coombs2020-05-251-1/+1
|
* Force fail on Python 2. When doing so, emit an error that directs users to ↵Jason R. Coombs2020-05-241-0/+1
| | | | the latest guidance. Fixes #2094.
* Add landing page for Python 2 sunset. Ref #2094.Jason R. Coombs2020-05-241-0/+5
|
* Update template to give more guidance, hoping to limit the blank submissions.Jason R. Coombs2020-05-031-2/+6
|
* Update py2 warning template to direct users to report downstream.Jason R. Coombs2020-03-251-0/+1
|
* Add template for Python 2 incompatibilityJason R. Coombs2020-03-251-0/+48
|
* Solicit tidelift token from environment variables. Add Funding.yml.Jason R. Coombs2020-03-211-0/+1
|
* Move docs dependencies into package metadata and use same technique as ↵Jason R. Coombs2020-01-211-1/+1
| | | | jaraco/skeleton to build docs in tox and rtd.
* Merge remote-tracking branch 'origin/master' into feature/deps-in-metadataJason R. Coombs2020-01-211-17/+48
|\
| * Add back NETWORK_REQUIRED env varSviatoslav Sydorenko2020-01-201-0/+1
| |
| * Simplify GH Actions tests workflowSviatoslav Sydorenko2020-01-201-21/+27
| |
| * Set TOXENV to pypy3 on macOS @ GH Actions CI/CDSviatoslav Sydorenko2020-01-201-0/+4
| |
| * Support PyPy2Sviatoslav Sydorenko2020-01-201-2/+2
| |
| * Add PyPy 🐍 jobs to Actions CI/CD workflowSviatoslav Sydorenko2020-01-201-0/+1
| |
| * Fix running tests under Python 2Sviatoslav Sydorenko2020-01-201-0/+2
| | | | | | | | | | | | | | | | | | As per #1961. P.S. Using `contains(['2.7', 'pypy2'], matrix.python-version)` does not work even though https://help.github.com/en/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions#contains promises arrays to be supported.
| * Log Python location in CISviatoslav Sydorenko2020-01-201-0/+3
| |
| * Log Python version in CISviatoslav Sydorenko2020-01-201-0/+3
| |
| * Disable tox's parallel spinnerSviatoslav Sydorenko2020-01-201-0/+3
| |
| * Switch to using the latest UbuntuSviatoslav Sydorenko2020-01-201-1/+1
| |
| * Cache Pip dists in GH Actions CI/CD workflowsSviatoslav Sydorenko2020-01-201-0/+8
| |
| * Bump setup-python action to v1.1.1Sviatoslav Sydorenko2020-01-201-1/+1
| |
| * Use `python-version` in setup-python actionSviatoslav Sydorenko2020-01-201-1/+1
|/ | | | Before this change, a deprecated `version` arg was used.
* Merge pull request #1980 from pypa/feature/bootstrap-in-toxJason R. Coombs2020-01-191-4/+0
|\ | | | | Bootstrap the environment in tox, allowing simple 'tox' to run tests.
| * Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵Jason R. Coombs2020-01-191-4/+0
| | | | | | | | simplifying all of the pipelines.
* | Disable Python 2 tests on Github ActionsJason R. Coombs2020-01-191-1/+0
|/
* Upgrade the macOS VMs to use a new supported version Sviatoslav Sydorenko2020-01-121-1/+1
| | | | | | | This change is necessary because macOS 10.15 is now deprecated. Ref: https://github.blog/changelog/2019-10-31-github-actions-macos-virtual-environment-is-updating-to-catalina-and-dropping-mojave-support Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Add Python 3.8 to the test matrixSviatoslav Sydorenko2020-01-121-0/+1
| | | Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Don't skip missing interpreters in toxSviatoslav Sydorenko2019-09-021-1/+1
|