We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cdfe8 commit fffcae3Copy full SHA for fffcae3
ci/azure_template_posix.yml
@@ -67,6 +67,10 @@ jobs:
67
python.version: '3.12'
68
XXHASH: true
69
PYARROW: true
70
+ python313_latest:
71
+ python.version: '3.13'
72
+ XXHASH: true
73
+ PYARROW: true
74
python312_copy_on_write:
75
76
ci/azure_template_windows.yml
@@ -22,6 +22,10 @@ jobs:
22
python.version: '3.10'
23
python311_win_latest:
24
python.version: '3.11'
25
+ python312_win_latest:
26
+ python.version: '3.12'
27
+ python313_win_latest:
28
29
maxParallel: 10
30
31
steps:
0 commit comments