update to renpy 8.3.3 (tested somewhat, it's just a bugfixing update)

This commit is contained in:
Map 2024-12-03 19:09:51 -06:00
parent 16a3adf0a8
commit 67e8afb8fe
2 changed files with 2 additions and 2 deletions

View file

@ -83,6 +83,6 @@ steps:
matrix:
RenpyVersion:
- "8.3.2"
- "8.3.3"
RenkitVersion:
- "4.4.0"

View file

@ -22,5 +22,5 @@
clear_output_dir = false # whether to clear the output directory on startup
[renutil]
version = "8.3.2" # the Ren'Py version to use (required)
version = "8.3.3" # the Ren'Py version to use (required)
registry = "/tmp/cache" # the directory to store installation files in