|
15 | 15 | } |
16 | 16 | }, |
17 | 17 | "EmulatorConfig": { |
18 | | - "Emulator Tests Python 3.9 Standard": { |
19 | | - "PythonVersion": "3.9", |
| 18 | + "Emulator Tests Python 3.10 Standard": { |
| 19 | + "PythonVersion": "3.10", |
20 | 20 | "CoverageArg": "--disablecov", |
21 | 21 | "TestSamples": "false", |
22 | 22 | "ChecksOverride": "whl,sdist" |
23 | 23 | }, |
24 | | - "Emulator Tests Python 3.10 Standard": { |
25 | | - "PythonVersion": "3.10", |
| 24 | + "Emulator Tests Python 3.11 Standard": { |
| 25 | + "PythonVersion": "3.11", |
26 | 26 | "CoverageArg": "--disablecov", |
27 | 27 | "TestSamples": "false", |
28 | 28 | "ChecksOverride": "whl,sdist" |
|
40 | 40 | "ChecksOverride": "whl,sdist" |
41 | 41 | }, |
42 | 42 |
|
43 | | - "Emulator Tests Python 3.9 Special": { |
44 | | - "PythonVersion": "3.9", |
| 43 | + "Emulator Tests Python 3.10 Special": { |
| 44 | + "PythonVersion": "3.10", |
45 | 45 | "CoverageArg": "--disablecov", |
46 | 46 | "TestSamples": "false", |
47 | 47 | "ChecksOverride": "import_all,whl_no_aio" |
48 | 48 | }, |
49 | | - "Emulator Tests Python 3.10 Special": { |
50 | | - "PythonVersion": "3.10", |
| 49 | + "Emulator Tests Python 3.11 Special": { |
| 50 | + "PythonVersion": "3.11", |
51 | 51 | "CoverageArg": "--disablecov", |
52 | 52 | "TestSamples": "false", |
53 | 53 | "ChecksOverride": "import_all,whl_no_aio" |
|
71 | 71 | "ChecksOverride": "import_all,whl_no_aio" |
72 | 72 | }, |
73 | 73 |
|
74 | | - "Emulator Tests Python 3.9 Dependency Checks": { |
75 | | - "PythonVersion": "3.9", |
| 74 | + "Emulator Tests Python 3.10 Dependency Checks": { |
| 75 | + "PythonVersion": "3.10", |
76 | 76 | "CoverageArg": "--disablecov", |
77 | 77 | "TestSamples": "false", |
78 | 78 | "ChecksOverride": "latestdependency,mindependency" |
79 | 79 | }, |
80 | | - "Emulator Tests Python 3.10 Dependency Checks": { |
81 | | - "PythonVersion": "3.10", |
| 80 | + "Emulator Tests Python 3.11 Dependency Checks": { |
| 81 | + "PythonVersion": "3.11", |
82 | 82 | "CoverageArg": "--disablecov", |
83 | 83 | "TestSamples": "false", |
84 | 84 | "ChecksOverride": "latestdependency,mindependency" |
|
0 commit comments