File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,16 @@ jobs:
29
29
runs-on : ' ["ubuntu-latest", "macos-latest", "windows-latest"]'
30
30
python-version : ' ["3.10", "3.11", "3.12", "3.13"]'
31
31
test-documentation :
32
- # Temporarily disabled
32
+ # Temporarily disabled while we transition from Sphinx to MkDocs
33
+ # https://github.com/reactive-python/reactpy/pull/1052
33
34
if : 0
34
35
uses : ./.github/workflows/.hatch-run.yml
35
36
with :
36
37
job-name : " python-{0}"
37
38
run-cmd : " hatch run docs:check"
38
39
python-version : ' ["3.11"]'
39
40
test-javascript :
40
- # Temporarily disabled, tests are broken but a rewrite is intended
41
+ # Temporarily disabled while we rewrite the "event_to_object" package
41
42
# https://github.com/reactive-python/reactpy/issues/1196
42
43
if : 0
43
44
uses : ./.github/workflows/.hatch-run.yml
Original file line number Diff line number Diff line change 24
24
from reactpy .utils import Ref , reactpy_to_string , string_to_reactpy
25
25
26
26
__author__ = "The Reactive Python Team"
27
- __version__ = "2.0.0a1 "
27
+ __version__ = "2.0.0b2 "
28
28
29
29
__all__ = [
30
30
"Layout" ,
You can’t perform that action at this time.
0 commit comments