-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTODO
42 lines (34 loc) · 1 KB
/
TODO
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Fixes
-----
* [x] missing interpreters._crossinterp module
* [ ] use the correct dependencies in backports_3.12/pyproject.toml
* [ ] ...
Improvements
------------
* [x] add interpreters_experimental module (start with interpreters.channels)
* [x] add InterpreterPoolExecutor
* [x] support for 3.12 (and outdated 3.13, if ever necessary)
* [x] add wheels
* [ ] add tests (copy from upstream?)
* [ ] add CI (GitHub actions)
* [ ] backport stdlib modules that are not cross-interp-compatible in 3.12 (e.g. datetime)
Releases
--------
* [ ] ...
* [ ] 0.6.0
* ...
* [ ] 0.5.0
* add wheels
* 3.12 support
* [x] 0.4.1
* drop the 3.14 restriction
* [x] 0.4.0
* improvement: add interpreters_experimental and move interpreters.channels
* improvement: add InterpreterPoolExecutor
* [x] 0.3.0
* improvement: interpreters_backports module with auto-install
* fix: add missing interpreters._crossinterp module
* [x] 0.2.0
* fix: get the modules working again
* [x] 0.1.0
* initial release at PyCon 2024