Skip to content

Commit 3d52cfc

Browse files
committed
Update CheckPythonVersion through Python 3.13
- Add end date to support for Python 3.9 - Add support values for Python 3.12 and Python 3.13 - Add improved message for newer, untested versions of Python - Add test to identify failures to update CheckPythonVersion - Suppress test output for CheckPythonVersion in scripts
1 parent e955c60 commit 3d52cfc

14 files changed

+7
-18
lines changed
-555 Bytes
Binary file not shown.

Scripts/CheckingTheWeather.mlx

4 Bytes
Binary file not shown.

Scripts/UsingMATLABwithPython.mlx

358 Bytes
Binary file not shown.

SoftwareTests/FunctionTests.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
methods(Test)
66

7+
function IsKnownPythonVersion(testCase)
8+
Known = CheckPythonVersion;
9+
verifyTrue(testCase,Known)
10+
end
11+
712
end % methods
813

914
end % classdef

resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/Pq7gqYnkFyhKab7XB8O0iwQTIP0d.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/Pq7gqYnkFyhKab7XB8O0iwQTIP0p.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/_8KD0FwxV6biv7mEQTGecP1TTPgd.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/_8KD0FwxV6biv7mEQTGecP1TTPgp.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<Info Ref="" Type="Relative"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<Info location="400747ad-2cc8-4e26-924a-43ad608c9c8b" type="Reference"/>

0 commit comments

Comments
 (0)