dependabot[bot]
eae8b2dafd
Bump docker/login-action from 1 to 2
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-06 08:35:26 +00:00
dependabot[bot]
f38bf40baf
Bump actions/setup-python from 2 to 3.1.1
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.1 )
---
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-04-26 21:44:21 +00:00
dependabot[bot]
8028271869
Bump actions/checkout from 2 to 3
...
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-04-26 21:26:38 +00:00
Davis Schirmer
f70702f490
[ci] Update default Python environment 3.9 => 3.10
2022-02-13 16:43:18 -05:00
Davis Schirmer
f984d2c2e1
[ci] Add pre-commit GitHub Action workflow
...
https://github.com/pre-commit/action
2022-02-13 16:42:04 -05:00
Davis Schirmer
59376ece05
Revert "[test] Drop support for Python 3.6; upgrade CentOS"
...
This reverts commit ab1fbb0c96 .
2021-11-05 01:20:16 -04:00
Davis Schirmer
ab1fbb0c96
[test] Drop support for Python 3.6; upgrade CentOS
...
PEP 563: _Postponed Evaluation of Annotations_ was introduced as
__future__.annotations in Python 3.7. Since future imports are required
to be unconditional, this import fails on Python 3.6. This import
supports more complete type hinting, esepecially for class methods.
Since Ubuntu 18.04 and CentOS 7 are the last major distros to still ship
Python 3.6, drop support.
2021-11-05 01:14:06 -04:00
Davis Schirmer
08f624b4a4
[style] Ignore line break before binary operator
...
* https://www.python.org/dev/peps/pep-0008/#should-a-line-break-before-or-after-a-binary-operator
* https://www.flake8rules.com/rules/W503.html
2021-11-05 01:14:00 -04:00
Davis Schirmer
bb90624292
[ci] Add dependabot config
2021-11-05 01:13:57 -04:00
Davis Schirmer
66534d258d
[ci] Run container integration tests to CI
2021-11-05 01:13:57 -04:00
Davis Schirmer
7bbc89b65c
[ci] Format asciinema workflow; add Python 3.10
2021-10-30 14:02:26 -04:00
Marcin Kulik
9910f6c863
Update build status badge
2021-10-02 16:44:28 +02:00
Marcin Kulik
65559c207e
Don't test on EOL-ed Python versions (3.4 and 3.5)
2021-10-02 16:38:01 +02:00
gpotter2
44c782dc6a
test_require is deprecated
2021-10-02 16:28:22 +02:00
gpotter2
a05562f1e9
Move to GithubCI & Twine check
2021-10-02 16:28:22 +02:00