Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.12Arthur de Jong2023-11-121-1/+1
|
* Extend license check to file header checkArthur de Jong2023-08-061-1/+1
| | | | | This also checks that the file name referenced in the file header is correct.
* Run Python 2.7 tests in a container for GitHub ActionsArthur de Jong2023-06-201-2/+16
| | | | See https://github.com/actions/setup-python/issues/672
* Add automated checking for correct license headerArthur de Jong2023-06-171-1/+1
|
* Add support for Python 3.11Arthur de Jong2023-03-181-1/+1
|
* Run Python 3.5 and 3.6 GitHub tests on older UbuntuArthur de Jong2022-12-121-1/+17
| | | | | | | The ubuntu-latest now points to ubuntu-22.04 instead of ubuntu-20.04 before. This also switches the PyPy version to test with to 3.9.
* Remove redundant steps with tox_jobChristian Clauss2022-08-151-17/+9
| | | | | | | This also switches the other Tox jobs to use the latest Python 3.x interpreter. Closes https://github.com/arthurdejong/python-stdnum/pull/305
* Add support for Python 3.10Arthur de Jong2022-08-131-1/+1
|
* Upgrade GitHub ActionsChristian Clauss2022-08-131-10/+10
| | | | | Update checkout to v3 (no relevant changes) and setup-python to v4 (changes the names for pypy versions).
* Upgrade to CodeQL Action v2Arthur de Jong2022-07-041-3/+3
| | | | https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
* Configure CodeQL code scanningArthur de Jong2021-07-181-0/+17
|
* Replace Travis with GitHub actionsArthur de Jong2021-03-211-0/+51