Skip to content

Commit fffcae3

Browse files
committed
CI: Update to inlucde Python 3.12
Update CI jobs
1 parent a7cdfe8 commit fffcae3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ci/azure_template_posix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
python.version: '3.12'
6868
XXHASH: true
6969
PYARROW: true
70+
python313_latest:
71+
python.version: '3.13'
72+
XXHASH: true
73+
PYARROW: true
7074
python312_copy_on_write:
7175
python.version: '3.12'
7276
XXHASH: true

ci/azure_template_windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
python.version: '3.10'
2323
python311_win_latest:
2424
python.version: '3.11'
25+
python312_win_latest:
26+
python.version: '3.12'
27+
python313_win_latest:
28+
python.version: '3.13'
2529
maxParallel: 10
2630

2731
steps:

0 commit comments

Comments
 (0)