diff --git a/ci/options.json b/ci/options.json index da42786af..bedc2ef69 100644 --- a/ci/options.json +++ b/ci/options.json @@ -1,4 +1,28 @@ [ + { + "Name": "Ubuntu_Python_3.13", + "Image": "ubuntu-latest", + "Language": "python", + "LanguageVersion": "3.13", + "RunPerformance": true, + "PackageRequirement": true + }, + { + "Name": "Windows_Python_3.13", + "Image": "windows-latest", + "Language": "python", + "LanguageVersion": "3.13", + "RunPerformance": true, + "PackageRequirement": true + }, + { + "Name": "macOS_Python_3.13", + "Image": "macos-latest", + "Language": "python", + "LanguageVersion": "3.13", + "RunPerformance": true, + "PackageRequirement": true + }, { "Name": "Ubuntu_Python_3.12", "Image": "ubuntu-latest", @@ -86,21 +110,5 @@ "LanguageVersion": "3.9", "RunPerformance": true, "PackageRequirement": true - }, - { - "Name": "Ubuntu_Python_3.8", - "Image": "ubuntu-latest", - "Language": "python", - "LanguageVersion": "3.8", - "RunPerformance": true, - "PackageRequirement": true - }, - { - "Name": "Windows_Python_3.8", - "Image": "windows-latest", - "Language": "python", - "LanguageVersion": "3.8", - "RunPerformance": true, - "PackageRequirement": true } ]