Update support table; run readthedocs build on Python 3.11

This commit is contained in:
Malcolm Smith 2023-10-17 18:57:14 +01:00
parent 2ff38351b4
commit 270d009385
2 changed files with 5 additions and 3 deletions

View file

@ -7,7 +7,9 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3"
# On Python 3.12, pip fails with AttributeError: module 'pkgutil' has no attribute
# 'ImpImporter', probably because readthedocs provides an old version of pip.
python: "3.11"
jobs:
post_checkout:
# RTD defaults to a depth of 50 but Toga versioning may require

View file

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

1 Component Type Component Description macOS GTK Windows iOS Android Web Terminal
2 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| |y| |b| |y| |b| |y| |b| |y| |b| |y| |b| |b|
4 MainWindow Core Component :class:`~toga.MainWindow` The main window of the application. |b| |y| |b| |y| |b| |y| |b| |y| |b| |y| |b| |b|
5 ActivityIndicator General Widget :class:`~toga.ActivityIndicator` A spinning activity animation |y| |y| |b|
6 Button General Widget :class:`~toga.Button` Basic clickable Button |y| |y| |y| |y| |y| |b| |b|
7 Canvas General Widget :class:`~toga.Canvas` A drawing area for 2D vector graphics. |y| |y| |y| |y| |y|