Skip to content

Commit e64902f

Browse files
authored
drop python 3.8 for codegen and bump typespec-python / autorest.python (Azure#40396)
* drop python 3.8 * udpate * udpate * update node version * bump typespec-python
1 parent fe0fc66 commit e64902f

File tree

14 files changed

+39
-311
lines changed

14 files changed

+39
-311
lines changed

eng/emitter-package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/emitter-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-python": "0.42.2"
4+
"@azure-tools/typespec-python": "0.42.3"
55
},
66
"devDependencies": {
77
"@typespec/compiler": "^1.0.0-0",

scripts/auto_release/PythonSdkLiveTest.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ variables:
1919
- group: Azure SDK Auto Release Pipeline Secrets
2020

2121
jobs:
22-
- job: LiveTestPython310
23-
displayName: Live Test Python 3.10
22+
- job: LiveTestPython
23+
displayName: Live Test Python
2424
timeoutInMinutes: 1500
2525
strategy:
2626
maxParallel: 5
2727
pool:
28-
name: azsdk-pool-mms-ubuntu-2004-general
29-
vmImage: 'ubuntu-20.04'
28+
name: azsdk-pool
29+
vmImage: 'ubuntu-22.04'
3030
variables:
3131
Codeql.Enabled: false
3232
steps:
@@ -35,6 +35,10 @@ jobs:
3535
versionSpec: '3.10'
3636
addToPath: true
3737
architecture: 'x64'
38+
- task: NodeTool@0
39+
displayName: Install Node.js
40+
inputs:
41+
versionSpec: 22.x
3842
- bash: |
3943
python scripts/dev_setup.py -p azure-core
4044
cd ..

scripts/collect_api_version_for_multi_api_sdk/README.md

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

scripts/collect_api_version_for_multi_api_sdk/collect_api_version.yml

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

scripts/collect_api_version_for_multi_api_sdk/main.py

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

scripts/collect_api_version_for_multi_api_sdk/requirement.txt

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

scripts/issue_helper/issue_helper.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ variables:
2525
- group: SDK Release Helper
2626

2727
jobs:
28-
- job: IssueHelper
29-
displayName: IssueHelper Python 3.8
28+
- job: IssueHelper 3.9
29+
displayName: IssueHelper Python
3030
timeoutInMinutes: 30
3131
strategy:
3232
maxParallel: 3
3333
pool:
34-
name: azsdk-pool-mms-ubuntu-2004-general
35-
vmImage: 'ubuntu-20.04'
34+
name: azsdk-pool
35+
vmImage: 'ubuntu-22.04'
3636
steps:
3737
- task: UsePythonVersion@0
3838
inputs:
39-
versionSpec: '3.8'
39+
versionSpec: '3.9'
4040
addToPath: true
4141
architecture: 'x64'
4242
- bash: |

0 commit comments

Comments
 (0)