summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Introduce issue forms in the repoSviatoslav Sydorenko2021-03-074-0/+343
|
* Merge https://github.com/jaraco/skeletonJason R. Coombs2021-01-161-1/+1
|\
| * Rename 'Automated Tests' to simply 'tests'Jason R. Coombs2020-12-301-1/+1
| |
* | Merge https://github.com/jaraco/skeleton into mainJason R. Coombs2020-12-291-0/+27
|\ \ | |/
| * Enable automergeJason R. Coombs2020-12-131-0/+27
| |
* | Merge https://github.com/jaraco/tidelift into mainJason R. Coombs2020-12-201-0/+1
|\ \
| * | Move Tidelift release note publishing to Github Actions.Jason R. Coombs2020-11-141-0/+6
| | |
| * | Add funding reference to projectJason R. Coombs2019-09-091-0/+1
| /
* | 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
| |