summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2024-01-28drop support for python 3.7 which was eol in 2023Michael Merickel
2024-01-27Merge pull request #3738 from ↵Michael Merickel
Pylons/dependabot/github_actions/actions/setup-python-5 Bump actions/setup-python from 4 to 5
2023-12-07Bump actions/setup-python from 4 to 5dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30Add 3.12 to CI, tox and metadata; use latest black and flake8Ievgen Popovych
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
2023-09-05Bump actions/checkout from 3 to 4dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21Update for tox changes.Chris McDonough
2023-08-21Update for tox changes.Chris McDonough
2022-12-30Merge pull request #3713 from jvanasco/mainMichael Merickel
rename "master" to "main"
2022-12-30Merge branch 'master' into py311Michael Merickel
2022-12-29Merge branch 'master' into mainMichael Merickel
2022-12-27Merge pull request #3719 from ↵Bert JW Regeer
Pylons/dependabot/github_actions/actions/setup-python-4 Bump actions/setup-python from 2 to 4
2022-12-27Bump actions/setup-python from 2 to 4dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27Bump actions/checkout from 2 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27Add dependabot to update github action versionsBert JW Regeer
2022-12-25Run tests on Python 3.11Stefano Rivera
2022-11-14rename "master" to "main"jonathan vanasco
2022-03-12pin base-os in ci runnersMichael Merickel
2022-02-05PyPy works on Windows againBert JW Regeer
2022-01-07Switch PyPy to pypy-3.8Marcin Lulek
2022-01-07Remove Python 3.6 testsMarcin Lulek
2022-01-07Add support for Python 3.10Marcin Lulek
2020-11-28drop python 3.5Michael Merickel
2020-11-02Add support for Python 3.9Steve Piercy
2020-05-06Enable coverage on CPython test runsBert JW Regeer
2020-05-06Add github CI workflowsBert JW Regeer
2018-09-21Add issue templates, first draft.Steve Piercy