[SOLVED] What version of Python does Renpy 8.0.1 support?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
span4ev
Regular
Posts: 77
Joined: Fri Jul 08, 2022 9:29 pm
itch: rpymc
Contact:

[SOLVED] What version of Python does Renpy 8.0.1 support?

#1 Post by span4ev » Tue Aug 02, 2022 9:36 pm

The site says that it works with version 3, but there are no details, for example, does it work with version 3.6 or 3.10..?
Support only 3.0 or all version 3 including addons ?
Last edited by span4ev on Sat Oct 15, 2022 5:06 am, edited 1 time in total.

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3636
Joined: Mon Dec 14, 2015 5:05 am
Location: Your monitor
Contact:

Re: What version of Python does Renpy 8.0.1 support?

#2 Post by Imperf3kt » Wed Aug 03, 2022 1:02 am

The changelog suggests Python 3.9 is used

https://www.renpy.org/doc/html/changelo ... ren-py-8-0
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor
Free Android GUI - Updated occasionally
Twitter
Imperf3kt Blackjack - a WIP blackjack game for Android made using Ren'Py

User avatar
enaielei
Regular
Posts: 114
Joined: Fri Sep 17, 2021 2:09 am
Tumblr: enaielei
Deviantart: enaielei
Github: enaielei
Skype: enaielei
Soundcloud: enaielei
itch: enaielei
Discord: enaielei#7487
Contact:

Re: What version of Python does Renpy 8.0.1 support?

#3 Post by enaielei » Wed Aug 03, 2022 1:55 am

Additionally, you can determine this through the console (Shift + o), then typing the code below.

Code: Select all

import sys; print(sys.version)

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], minyan