Skip to content

Commit

Permalink
Updated towards new Script API versions for TMNext (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
w1lla committed Sep 15, 2022
1 parent 9437120 commit bc87efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyplanet/core/gbx/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class GbxClient(GbxRemote):

AUTO_RESPONSE_ID = object()
SUPPORTED_SCRIPT_API_VERSIONS = [
'2.3.0', '2.4.0', '2.5.0', '2.6.0', '3.0.0', '3.1.0', '3.2.0', '3.3.0'
'2.3.0', '2.4.0', '2.5.0', '2.6.0', '3.0.0', '3.1.0', '3.2.0', '3.3.0', '3.4.0', '3.5.0', '3.6.0', '3.6.1', '3.7.0'
]
MINIMUM_DEDICATED_VERSION = ['2018', '02', '09',
'16', '00']
Expand Down

0 comments on commit bc87efb

Please sign in to comment.