Commit Graph

17 Commits

Author SHA1 Message Date
Dain Nilsson 7a16dc4913
Bump upload-artifact Action 2024-03-04 12:37:49 +01:00
Dain Nilsson 34e354e508
Bump actions versions 2024-03-04 12:09:06 +01:00
Dain Nilsson 2ce01289d8
Remove old codeql workflow, add dependabot checks for Actions 2024-03-04 11:01:27 +01:00
Dain Nilsson 7179b439d3
Update python versions 2024-03-04 11:01:01 +01:00
Dain Nilsson c6c3a68da0
Add Python 3.11 to build matrix. 2022-11-22 15:07:22 +01:00
Dain Nilsson 08e1c45c93
Skip pre-commit on Py3.7 for now.
See: https://github.com/PyCQA/flake8/issues/1701
This hopefully gets resolved in flake8 and can be re-enabled.
2022-10-17 15:36:35 +02:00
Dain Nilsson f18f815a47
Drop support for Python 3.6 (EOL). 2022-04-21 11:25:44 +02:00
Dain Nilsson 80e79cc048
Update pre-commit hooks
- Don't run pre-commit on Py <= 3.6
- Remove unavailable python versions from Actions
2022-02-18 18:26:59 +01:00
Dain Nilsson 3bfd130bb1
Run tests on Python 3.10. 2021-11-09 10:41:56 +01:00
Dain Nilsson eae65b57a0
Merge branch 'drop-py2' into next-py3. 2021-08-18 17:25:04 +02:00
Dain Nilsson ef8e3c91f8
Update GitHub Actions to use poetry. 2021-07-05 12:58:02 +02:00
Dain Nilsson 142587b3e6
Fix test on python2. 2021-03-17 11:16:50 +01:00
Dain Nilsson 88124589cb
Update GitHub Actions to use poetry. 2021-01-20 16:50:05 +01:00
Dag Heyman 550123f13c
actions: add CodeQL scanning 2020-10-02 15:36:48 +02:00
Dain Nilsson 46a0b649b9
Update pre-commit config and skip on pypy. 2020-03-13 12:48:15 +01:00
Dain Nilsson b1182fac03
Replace use of "python setup.py test".
This command has been deprecated from setuptools. Instead we now:
- Specify test dependencies as development dependencies in Pipfile.
- Explicitly invoke the unittest test runner, via pipenv.
2020-02-22 11:42:03 +01:00
Dain Nilsson e911c2608f
Add Actions workflow. 2020-02-12 10:03:44 +01:00