Skip to content

Commit d4f6763

Browse files
committed
Remove py313 testing
1 parent 7e023c8 commit d4f6763

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,12 @@ jobs:
3434
Python3.12_Pip:
3535
PYTHON_VERSION: "3.12"
3636
PKG_MANAGER: "pip"
37-
Python3.13_Pip:
38-
PYTHON_VERSION: "3.13"
39-
PKG_MANAGER: "pip"
4037
Python3.11_Conda:
4138
PYTHON_VERSION: "3.11"
4239
PKG_MANAGER: "conda"
4340
Python3.12_Conda:
4441
PYTHON_VERSION: "3.12"
4542
PKG_MANAGER: "conda"
46-
Python3.13_Conda:
47-
PYTHON_VERSION: "3.13"
48-
PKG_MANAGER: "conda"
4943
pool:
5044
vmImage: "ubuntu-latest"
5145
steps:
@@ -60,18 +54,12 @@ jobs:
6054
Python3.12_Pip:
6155
PYTHON_VERSION: "3.12"
6256
PKG_MANAGER: "pip"
63-
Python3.13_Pip:
64-
PYTHON_VERSION: "3.13"
65-
PKG_MANAGER: "pip"
6657
Python3.11_Conda:
6758
PYTHON_VERSION: "3.11"
6859
PKG_MANAGER: "conda"
6960
Python3.12_Conda:
7061
PYTHON_VERSION: "3.12"
7162
PKG_MANAGER: "conda"
72-
Python3.13_Conda:
73-
PYTHON_VERSION: "3.13"
74-
PKG_MANAGER: "conda"
7563
pool:
7664
vmImage: "windows-latest"
7765
steps:

0 commit comments

Comments
 (0)