summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* Fixed cache not being used on Windows and macOS in the test workflowAlex Grönholm2022-11-271-4/+2
* Merge branch 'main' into publicapiAlex Grönholm2022-10-262-5/+4
|\
| * Test on Python 3.11 finalAlex Grönholm2022-10-261-3/+3
| * Updated the pypi-publish actionAlex Grönholm2022-10-261-2/+1
* | Fixed the most critical type issues and added a MyPy check to CI (#473)Kyle Benesch2022-10-251-0/+9
* | Added setuptools as test dependencyAlex Grönholm2022-10-241-4/+2
* | Switched to running coverage using "python -m"Alex Grönholm2022-10-241-2/+2
* | Merge branch 'main' into publicapiAlex Grönholm2022-10-223-51/+58
|\ \ | |/
| * Updated the codecov action to the latest versionAlex Grönholm2022-10-211-1/+1
| * Updated tasks to their latest versionsAlex Grönholm2022-10-212-3/+3
| * CI: Reconfigure build matrix for Python 3.11 and PyPy 3.9 (#456)Ewout ter Hoeven2022-05-251-21/+18
| * Removed code quality checks from the main GA workflowAlex Grönholm2021-12-301-21/+1
| * Eliminated pyproject.toml entirelyAlex Grönholm2021-12-291-3/+3
| * Further reduced the number of test environmentsAlex Grönholm2021-12-241-0/+6
| * Added missing toml extra to coverage installAlex Grönholm2021-12-241-1/+1
| * Moved tool configurations to pyproject.tomlAlex Grönholm2021-12-241-3/+5
| * Adopted isort and applied it to the codebaseAlex Grönholm2021-12-241-1/+3
| * Migrated flake8 config from setup.cfg to pyproject.tomlAlex Grönholm2021-12-241-2/+2
| * Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-2/+3
| * Use build isolation when building wheel itselfAlex Grönholm2021-12-231-2/+3
| * Added caching for pipAlex Grönholm2021-12-221-0/+8
| * Switched to installing and running flake8 directlyAlex Grönholm2021-12-221-5/+8
| * Use the latest Python 3.x version to publish packagesAlex Grönholm2021-12-221-1/+1
| * Dropped support for unmaintained Python versionsAlex Grönholm2021-12-222-10/+10
| * Updated branch name in GA test workflow0.37.1Alex Grönholm2021-12-221-1/+1
| * CI: Fixed PyPY and used Python 3.10.0 (#423)Henry Schreiner2021-10-081-5/+5
| * Updated the flake8 action to the latest versionAlex Grönholm2021-08-091-1/+1
| * Readded macOS 11 to the testing matrixAlex Grönholm2021-08-091-4/+2
| * Added Python 3.10 to the testing matrix (#414)Hugo van Kemenade2021-08-091-1/+1
| * Readded codecov reporting (#402)Alex Grönholm2021-04-271-1/+5
| * Removed MacOS 11.0 from the test matrixAlex Grönholm2021-02-091-1/+1
* | Merge branch 'master' into publicapiAlex Grönholm2020-12-202-13/+6
|\ \ | |/
| * Excluded pypy+macOS 11 from the test matrixAlex Grönholm2020-11-291-2/+2
| * Added macOS 11 to the test matrixAlex Grönholm2020-11-291-1/+1
| * Tests CPython with only 2.7, 3.6 and 3.9Alex Grönholm2020-11-291-7/+1
| * Declare support for and test Python 3.9 (#380)Hugo van Kemenade2020-11-201-1/+1
| * Upgraded to newer versions of several workflow tasksAlex Grönholm2020-08-142-7/+7
| * Fixed duplicate runs in the codeqa-test workflowAlex Grönholm2020-08-141-3/+2
| * Fixed test matrix config for PyPy2Alex Grönholm2020-08-141-3/+3
| * Added PyPy2 to the test matrixAlex Grönholm2020-08-141-1/+5
* | Updated the Github codeqa/test workflowAlex Grönholm2020-06-241-3/+3
* | Updated the Github publish workflowAlex Grönholm2020-06-221-6/+9
* | Added Python 3.7 to the testing matrixAlex Grönholm2020-06-211-5/+5
* | Removed the test workflow trigger for PRsAlex Grönholm2020-06-211-2/+0
* | Don't test on Python 2.7Alex Grönholm2020-06-181-1/+1
|/
* Fix resource leak in WheelFile.open() (#338)Jon Dufresne2020-03-241-1/+1
* Fixed the name of the codeqa/test workflowAlex Grönholm2020-03-241-1/+1
* Updated the release procedureAlex Grönholm2020-03-242-14/+8
* Fixed installing from sdist in some non-UTF8 environmentsAlex Grönholm2020-01-281-1/+1
* Fixed installation from sdist (#334)Alex Grönholm2020-01-272-3/+9