Skip to content

Commit

Permalink
Merge pull request #271 from Bam4d/python_311_mac_windows
Browse files Browse the repository at this point in the history
deprecate python 3.7 and make sure 3.11 are added to windows and mac
  • Loading branch information
Bam4d authored Dec 17, 2022
2 parents 236d6e6 + 603b9b8 commit 3d01c1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,14 @@ jobs:
vmImage: "windows-latest"
strategy:
matrix:
Windows_p37:
PythonVersion: 3.7
Windows_p38:
PythonVersion: 3.8
Windows_p39:
PythonVersion: 3.9
Windows_p310:
PythonVersion: 3.10
Windows_p311:
PythonVersion: 3.11
steps:
- task: InstallSSHKey@0
inputs:
Expand Down Expand Up @@ -315,14 +315,14 @@ jobs:
vmImage: "macOS-latest"
strategy:
matrix:
MacOS_p37:
PythonVersion: 3.7
MacOS_p38:
PythonVersion: 3.8
MacOS_p39:
PythonVersion: 3.9
MacOS_p310:
PythonVersion: 3.10
MacOS_p311:
PythonVersion: 3.11
steps:
- task: InstallSSHKey@0
inputs:
Expand Down

0 comments on commit 3d01c1d

Please sign in to comment.