What's Changed
- Update Lottie player version by @HugoDaniel in #2900
- Add doc tests, make them pass. by @Julian-O in #2890
- Remove
distutils
usage, as is not available anymore on Python3.12
by @misl6 in #2912 - enable json1 extenstion in sqlite3 by @HyTurtle in #2915
- Bump
pyjnius
version to1.6.1
by @misl6 in #2914 - Add (now mandatory)
.readthedocs.yaml
file, add docsrequirements.txt
and update sphinx conf by @misl6 in #2916 - Introduce FAQ by @Julian-O in #2917
- Update Android gradle plugin to
8.1.1
and gradle to8.0.2
by @misl6 in #2887 - Add support for Python
3.11
and make it the default while buildinghostpython3
andpython3
by @T-Dynamos in #2850 - Update
python-for-android
prerequisites (Dockerfile
,prerequisites.py
, docs) by @misl6 in #2923 - Remove redundant append into WHITELIST_PATTERNS by @shyamnathp in #2935
- Update Contributing Guidelines and Readme by @Julian-O in #2922
sourceCompatibility
1.7 andtargetCompatibility
1.7 are obsolete, use 1.8 by default by @misl6 in #2942- Update sdl2 deps to reflect the same targeted in kivy/kivy by @misl6 in #2927
- Initial support for PySide6 and Qt by @shyamnathp in #2918
- Bump Kivy version to
2.3.0
by @misl6 in #2952 - Update OpenSSL version to
1.1.1w
by @prolenodev in #2958 - Release 2024.01.21 by @misl6 in #2959
New Contributors
- @HugoDaniel made their first contribution in #2900
- @shyamnathp made their first contribution in #2935
- @prolenodev made their first contribution in #2958
Full Changelog: v2023.09.16...v2024.01.21