Skip to content

Commit 270d009

Browse files
committed
Update support table; run readthedocs build on Python 3.11
1 parent 2ff3835 commit 270d009

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: .readthedocs.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ version: 2
77
build:
88
os: ubuntu-22.04
99
tools:
10-
python: "3"
10+
# On Python 3.12, pip fails with AttributeError: module 'pkgutil' has no attribute
11+
# 'ImpImporter', probably because readthedocs provides an old version of pip.
12+
python: "3.11"
1113
jobs:
1214
post_checkout:
1315
# RTD defaults to a depth of 50 but Toga versioning may require

Diff for: docs/reference/data/widgets_by_platform.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Component,Type,Component,Description,macOS,GTK,Windows,iOS,Android,Web,Terminal
22
Application,Core Component,:class:`~toga.App`,The application itself,|b|,|b|,|b|,|b|,|b|,|b|,|b|
3-
Window,Core Component,:class:`~toga.Window`,An operating system-managed container of widgets.,|b|,|b|,|b|,|b|,|b|,|b|,|b|
4-
MainWindow,Core Component,:class:`~toga.MainWindow`,The main window of the application.,|b|,|b|,|b|,|b|,|b|,|b|,|b|
3+
Window,Core Component,:class:`~toga.Window`,An operating system-managed container of widgets.,|y|,|y|,|y|,|y|,|y|,|b|,|b|
4+
MainWindow,Core Component,:class:`~toga.MainWindow`,The main window of the application.,|y|,|y|,|y|,|y|,|y|,|b|,|b|
55
ActivityIndicator,General Widget,:class:`~toga.ActivityIndicator`,A spinning activity animation,|y|,|y|,,,,|b|,
66
Button,General Widget,:class:`~toga.Button`,Basic clickable Button,|y|,|y|,|y|,|y|,|y|,|b|,|b|
77
Canvas,General Widget,:class:`~toga.Canvas`,A drawing area for 2D vector graphics.,|y|,|y|,|y|,|y|,|y|,,

0 commit comments

Comments
 (0)