Joe Rickerby
5e15bb25b4
Bump version: v2.12.3
2023-04-19 09:00:54 +01:00
Joe Rickerby
9f18d385cb
Bump version: v2.12.2
2023-04-18 21:11:25 +01:00
Joe Rickerby
02ad79a31b
Bump version: v2.12.1
2023-03-11 13:22:16 +00:00
Henry Schreiner
c8b037ba3e
chore: use Ruff ( #1405 )
...
chore: use ruff
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-01-30 15:53:44 -05:00
Joe Rickerby
a808017c39
Bump version: v2.12.0
2023-01-16 18:35:46 +00:00
Joe Rickerby
27fc88e638
Bump version: v2.11.4
2022-12-24 15:28:30 +00:00
Joe Rickerby
a34a6b0f72
Bump version: v2.11.3
2022-12-05 21:28:56 +00:00
Joe Rickerby
a6732b126f
Bump version: v2.11.2
2022-10-26 19:58:06 +01:00
Henry Schreiner
66dd66d920
chore: bump max classifier to 3.11
2022-10-14 08:41:27 +02:00
Joe Rickerby
1904551399
Bump version: v2.11.1
2022-10-13 11:45:09 +01:00
Joe Rickerby
a9ad61c87f
Bump version: v2.11.0
2022-10-13 09:54:44 +01:00
Joe Rickerby
7c45799919
Bump version: v2.10.2
2022-09-25 09:48:12 +01:00
Joe Rickerby
225387a9d5
Bump version: v2.10.1
2022-09-18 12:57:10 +01:00
Joe Rickerby
5dcb363679
Fix typing-extensions requirement
2022-09-17 11:29:39 +01:00
Joe Rickerby
67a7175578
Bump version: v2.10.0
2022-09-13 12:26:31 +03:00
Joe Rickerby
0abd6c205d
Bump version: v2.9.0
2022-08-11 19:43:33 +01:00
mayeut
bc17f103f1
chore: drop python 3.6 for cibuildwheel driver
...
This drops python 3.6 for cibuildwheel.
Building python 3.6 packages is still supported.
2022-07-19 07:47:20 +02:00
Joe Rickerby
afb4329fe3
Bump version: v2.8.1
2022-07-18 21:41:54 +01:00
Joe Rickerby
5ef488ba30
Bump version: v2.8.0
2022-07-05 18:33:12 +01:00
9a537512c1
feat: add support for py3-none-{platform} wheels ( #1151 )
...
* feature: add support for `py3-none-{platform}` wheels
This extends the mechanism introduced in #1091 for `abi3` wheels.
Most of the mentions to `abi3` have been removed and replaced by a more generic `compatible_wheel`.
This allows to build a wheel `foo-0.1-py3-none-win_amd64.whl` only once and still test with every configured python.
* Add integration test for py3-none abi wheels
* Fix expected_wheels for py3-none abi
* Limit test to three pythons and check for certain log messages
* chore: add some comments to explain filter process
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com >
2022-07-03 14:00:00 -04:00
Joe Rickerby
cc56a140d2
Bump version: v2.7.0
2022-06-17 19:33:39 +01:00
Joe Rickerby
aa753429b2
Bump version: v2.6.1
2022-06-07 09:14:16 +01:00
Joe Rickerby
4bbbee7949
Bump version: v2.6.0
2022-05-25 18:43:56 +01:00
Joe Rickerby
0b6307072a
Bump version: v2.5.0
2022-04-29 14:46:08 +01:00
mayeut
e3ff027131
feature: add support for ABI3 wheels
2022-04-26 22:38:17 +02:00
Shantanu and hauntsaninja <>
6d4431306e
chore: use tomllib on Python 3.11 ( #1047 )
...
* Use tomllib on Python 3.11
* delint
Co-authored-by: hauntsaninja <>
2022-04-16 00:00:57 -04:00
9ae6ae2756
[pre-commit.ci] pre-commit autoupdate ( #1084 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0 )
- [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](https://github.com/asottile/pyupgrade/compare/v2.31.1...v2.32.0 )
* chore: fix minor style msg
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* chore: use extend on flake8
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com >
2022-04-13 15:33:49 -04:00
Joe Rickerby
1a5fec7075
Bump version: v2.4.0
2022-04-02 14:52:27 +01:00
Matthieu Darbois and Joe Rickerby
ab13f7a9de
feature: allow local runs on windows/macOS ( #974 )
...
* feature: allow local runs on windows/macOS
Cache python installations to a user cache folder using platformdirs.
The build environment is now a virtual environment to allow proper isolation.
Allows to run tests in parallel.
Co-authored-by: Joe Rickerby <joerick@mac.com >
2022-01-08 11:30:48 +01:00
Joe Rickerby
461bed51d3
Bump version: v2.3.1
2021-12-14 18:58:09 +00:00
Joe Rickerby
f717468ff6
Bump version: v2.3.0
2021-11-26 18:42:09 +00:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
a4a6646979
[pre-commit.ci] pre-commit autoupdate ( #900 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/PyCQA/isort: 5.9.3 → 5.10.0](https://github.com/PyCQA/isort/compare/5.9.3...5.10.0 )
- [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0 )
- [github.com/asottile/setup-cfg-fmt: v1.18.0 → v1.19.0](https://github.com/asottile/setup-cfg-fmt/compare/v1.18.0...v1.19.0 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-11-09 22:15:07 -05:00
Henry Schreiner
603a7b5bde
style(types): use new bracex static typing support ( #887 )
...
* style(types): use new bracex static typing support
* style(types): add a bit more basic typing
* style(types): globally ignore ghapi
* style(types): include a bit more in the global ignores
* fix(types): line invalid on Python 3.6
* fix: require typing_extensions 3.10
2021-10-26 15:56:35 -04:00
Joe Rickerby
2f4987fab9
Bump version: v2.2.2
2021-10-26 20:32:41 +01:00
Joe Rickerby
578098a3f8
Bump version: v2.2.1
2021-10-26 19:19:54 +01:00
Joe Rickerby
90024def2c
Bump version: v2.2.1b1
2021-10-26 18:59:45 +01:00
Joe Rickerby
298a8baef7
Bump version: v2.2.0
2021-10-22 14:00:03 +01:00
Joe Rickerby
8837cef3e0
Bump version: v2.2.0b1
2021-10-19 19:23:55 +01:00
Henry Schreiner
cd07697fe5
feat: adding overrides
2021-10-16 21:34:02 -04:00
Henry Schreiner
bf36398572
chore: drop toml, use tomli ( #876 )
...
This is required to get TOML 1.0 support, and lightens our dependencies a bit.
2021-10-15 11:30:16 -04:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
79d35f7eeb
chore: test with Python 3.10 ( #856 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-10-07 23:10:56 -04:00
Joe Rickerby
7833e45f5a
Bump version: v2.2.0a1
2021-09-23 18:49:42 +01:00
Joe Rickerby
de80b4af95
Bump version: v2.1.2
2021-09-14 09:13:26 +01:00
Joe Rickerby
c713c6053d
Bump version: v2.1.1
2021-08-07 20:06:19 +01:00
Joe Rickerby
8d1238f8e0
Bump version: v2.1.0
2021-08-07 18:18:50 +01:00
Joe Rickerby
2de5bf4b90
Bump version: v2.0.1
2021-07-25 14:39:54 +01:00
Joe Rickerby
d8c7cb2cea
Bump version: v2.0.0
2021-07-16 12:05:12 +01:00
Joe Rickerby
5e6ffa9f25
Bump version: v2.0.0b2
2021-07-09 22:18:03 +01:00
Joe Rickerby
63720bbc67
Bump version: v2.0.0b1
2021-07-09 18:56:12 +01:00
Joe Rickerby
d6cf349b1a
Bump version: v2.0.0a4
2021-06-25 13:55:15 +01:00