summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #309 from lgtm-migrator/codeqlHubert Kario2023-02-281-0/+41
|\ | | | | Add CodeQL workflow for GitHub code scanning
| * Add CodeQL workflow for GitHub code scanningLGTM Migrator2022-11-091-0/+41
| |
* | add testing on python 3.12Hubert Kario2023-02-241-0/+4
| | | | | | | | | | # Conflicts: # tox.ini
* | use release version of python 3.11 for testingHubert Kario2023-02-241-1/+1
| |
* | upgrade containers to ubuntu-20.04Hubert Kario2023-02-241-9/+9
| | | | | | | | | | as ubuntu-18.04 is no longer supported, we need to start using newer version
* | Drop support for python 3.3 and python 3.4Hubert Kario2023-02-241-8/+0
|/ | | | | | | | | As Github actions is dropping support for Ubuntu-18.04 images and those are the only ones that support easy execution of python 3.3 and python 3.4 environments, support for py3.3 and 3.4 would be hard to ensure. For old systems python 2.6 and 2.7 support will remain.
* Add Python 3.11 to test matrixHubert Kario2022-06-251-5/+4
|
* workaround py3.10 env failuresHubert Kario2022-06-101-0/+3
|
* add automatic condition coverage badgeHubert Kario2022-06-101-0/+13
|
* use ubuntu22.04 container to get openssl 3.0Hubert Kario2022-04-021-1/+11
|
* disable 3.11 for nowHubert Kario2022-01-041-4/+5
|
* add testing on Python 3.11Hubert Kario2022-01-041-0/+4
| | | | | Also update versioneer to 0.21 (with modifications to make it work with 2.6)
* Test on Python 3.10Hubert Kario2022-01-041-6/+10
|
* use Ubuntu 18.04 for old pythonsHubert Kario2021-09-081-7/+7
| | | | as Actions deprecates 16.04 we need to migrate to 18.04
* fixup instrumental ignoresHubert Kario2021-07-291-3/+3
|
* add SHAKE-256 implementationHubert Kario2021-07-201-3/+3
| | | | | On earlier pythons we don't have the ability to set the size of SHAKE-256 output, so we need to use our own implementation.
* workaround non-SNI access to pip CDNci-on-py2.6Hubert Kario2021-04-221-7/+57
| | | | also update location of py3.3 get-pip.py
* add testing condition coveragemore-testsHubert Kario2021-01-251-3/+26
|
* run speed testsHubert Kario2021-01-221-0/+9
|
* correctly install gmpy in the environmentHubert Kario2021-01-221-1/+1
|
* use Github Actions for CIHubert Kario2021-01-221-0/+217