| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #309 from lgtm-migrator/codeql | Hubert Kario | 2023-02-28 | 1 | -0/+41 |
| |\ | | | | | Add CodeQL workflow for GitHub code scanning | ||||
| | * | Add CodeQL workflow for GitHub code scanning | LGTM Migrator | 2022-11-09 | 1 | -0/+41 |
| | | | |||||
| * | | add testing on python 3.12 | Hubert Kario | 2023-02-24 | 1 | -0/+4 |
| | | | | | | | | | | | # Conflicts: # tox.ini | ||||
| * | | use release version of python 3.11 for testing | Hubert Kario | 2023-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | upgrade containers to ubuntu-20.04 | Hubert Kario | 2023-02-24 | 1 | -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.4 | Hubert Kario | 2023-02-24 | 1 | -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 matrix | Hubert Kario | 2022-06-25 | 1 | -5/+4 |
| | | |||||
| * | workaround py3.10 env failures | Hubert Kario | 2022-06-10 | 1 | -0/+3 |
| | | |||||
| * | add automatic condition coverage badge | Hubert Kario | 2022-06-10 | 1 | -0/+13 |
| | | |||||
| * | use ubuntu22.04 container to get openssl 3.0 | Hubert Kario | 2022-04-02 | 1 | -1/+11 |
| | | |||||
| * | disable 3.11 for now | Hubert Kario | 2022-01-04 | 1 | -4/+5 |
| | | |||||
| * | add testing on Python 3.11 | Hubert Kario | 2022-01-04 | 1 | -0/+4 |
| | | | | | | Also update versioneer to 0.21 (with modifications to make it work with 2.6) | ||||
| * | Test on Python 3.10 | Hubert Kario | 2022-01-04 | 1 | -6/+10 |
| | | |||||
| * | use Ubuntu 18.04 for old pythons | Hubert Kario | 2021-09-08 | 1 | -7/+7 |
| | | | | | as Actions deprecates 16.04 we need to migrate to 18.04 | ||||
| * | fixup instrumental ignores | Hubert Kario | 2021-07-29 | 1 | -3/+3 |
| | | |||||
| * | add SHAKE-256 implementation | Hubert Kario | 2021-07-20 | 1 | -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.6 | Hubert Kario | 2021-04-22 | 1 | -7/+57 |
| | | | | | also update location of py3.3 get-pip.py | ||||
| * | add testing condition coveragemore-tests | Hubert Kario | 2021-01-25 | 1 | -3/+26 |
| | | |||||
| * | run speed tests | Hubert Kario | 2021-01-22 | 1 | -0/+9 |
| | | |||||
| * | correctly install gmpy in the environment | Hubert Kario | 2021-01-22 | 1 | -1/+1 |
| | | |||||
| * | use Github Actions for CI | Hubert Kario | 2021-01-22 | 1 | -0/+217 |
