Commit 608c100
Test against Python 3.14-dev on CI (#225)
* Test against Python 3.14-dev on CI (pytoolz/toolz#592)
* Test against 3.14-dev on CI
* Fixes to support Python 3.14-dev (#224)
* Continue updating to support Python 3.14
Also, remove `versioneer.py` (finally!) and use `setuptools-git-versioning`.
Also update how we use `cibuildwheel`--let's see if anything works!
* Heh, don't build wheels for android, and skip pypy3.11 with Cython 0.29
* Update .gitignore
* Use qemu for other archs
* Move more things to pyproject.toml for pep 517
Also, break up QEMU wheel building into three separate jobs
* Try to build PyPy wheels (and also GraalPy)
* No graalpy for now
* Add AUTHORS.md to MANIFEST.in
* Skip tests for ios wheels (flaky); some cleanup
* Require setuptools >=77 (for updated metadata)
* Update to `toolz` 1.1.0
* Add pre-commit hooks; use Trusted Publishing
Also, remove `conda.recipe/`
* Don't build wheels for PRs by default
---------
Co-authored-by: Hendrik Makait <[email protected]>
Co-authored-by: Erik Welch <[email protected]>1 parent 7683a9b commit 608c100
File tree
35 files changed
+492
-3172
lines changed- .github/workflows
- conda.recipe
- cytoolz
- curried
- tests
35 files changed
+492
-3172
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
| 20 | + | |
18 | 21 | | |
19 | | - | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
34 | 44 | | |
35 | | - | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
39 | 49 | | |
40 | | - | |
| 50 | + | |
41 | 51 | | |
42 | 52 | | |
43 | 53 | | |
| |||
51 | 61 | | |
52 | 62 | | |
53 | 63 | | |
| 64 | + | |
0 commit comments