Skip to content

Commit 004410a

Browse files
committed
fix missing axis
1 parent c64d541 commit 004410a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.evergreen/config.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2147,6 +2147,30 @@ axes:
21472147
variables:
21482148
PYTHON_BINARY: "/opt/python/pypy3.10/bin/pypy3"
21492149

2150+
- id: python-version-windows
2151+
display_name: "Python"
2152+
values:
2153+
- id: "3.9"
2154+
display_name: "Python 3.9"
2155+
variables:
2156+
PYTHON_BINARY: "C:/python/Python39/python.exe"
2157+
- id: "3.10"
2158+
display_name: "Python 3.10"
2159+
variables:
2160+
PYTHON_BINARY: "C:/python/Python310/python.exe"
2161+
- id: "3.11"
2162+
display_name: "Python 3.11"
2163+
variables:
2164+
PYTHON_BINARY: "C:/python/Python311/python.exe"
2165+
- id: "3.12"
2166+
display_name: "Python 3.12"
2167+
variables:
2168+
PYTHON_BINARY: "C:/python/Python312/python.exe"
2169+
- id: "3.13"
2170+
display_name: "Python 3.13"
2171+
variables:
2172+
PYTHON_BINARY: "C:/python/Python313/python.exe"
2173+
21502174
buildvariants:
21512175
# Server Tests for RHEL8.
21522176
- name: test-rhel8-py3.9-auth-ssl-cov

0 commit comments

Comments
 (0)