@@ -479,9 +479,6 @@ jobs:
479
479
strategy :
480
480
matrix :
481
481
include :
482
- - name : linux_39_python
483
- python_ver : " 3.9"
484
- image : ubuntu-latest
485
482
- name : linux_310_python
486
483
python_ver : " 3.10"
487
484
image : ubuntu-latest
@@ -491,9 +488,9 @@ jobs:
491
488
- name : linux_312_python
492
489
python_ver : " 3.12"
493
490
image : ubuntu-latest
494
- - name : linuxarm_39_python
495
- python_ver : " 3.9 "
496
- image : ubuntu-22.04-arm
491
+ - name : linux_313_python
492
+ python_ver : " 3.13 "
493
+ image : ubuntu-latest
497
494
- name : linuxarm_310_python
498
495
python_ver : " 3.10"
499
496
image : ubuntu-22.04-arm
@@ -503,9 +500,9 @@ jobs:
503
500
- name : linuxarm_312_python
504
501
python_ver : " 3.12"
505
502
image : ubuntu-22.04-arm
506
- - name : mac_39_python
507
- python_ver : " 3.9 "
508
- image : macos-latest
503
+ - name : linuxarm_313_python
504
+ python_ver : " 3.13 "
505
+ image : ubuntu-22.04-arm
509
506
- name : mac_310_python
510
507
python_ver : " 3.10"
511
508
image : macos-latest
@@ -515,9 +512,9 @@ jobs:
515
512
- name : mac_312_python
516
513
python_ver : " 3.12"
517
514
image : macos-latest
518
- - name : win_39_python
519
- python_ver : " 3.9 "
520
- image : windows -latest
515
+ - name : mac_313_python
516
+ python_ver : " 3.13 "
517
+ image : macos -latest
521
518
- name : win_310_python
522
519
python_ver : " 3.10"
523
520
image : windows-latest
@@ -527,6 +524,9 @@ jobs:
527
524
- name : win_312_python
528
525
python_ver : " 3.12"
529
526
image : windows-latest
527
+ - name : win_313_python
528
+ python_ver : " 3.13"
529
+ image : windows-latest
530
530
runs-on : ${{ matrix.image }}
531
531
steps :
532
532
- name : Check out repo ${{ github.event_name == 'workflow_dispatch' && inputs.commit_id || github.sha }}
@@ -580,9 +580,6 @@ jobs:
580
580
strategy :
581
581
matrix :
582
582
include :
583
- - name : linux_39_python
584
- python_ver : " 3.9"
585
- image : ubuntu-latest
586
583
- name : linux_310_python
587
584
python_ver : " 3.10"
588
585
image : ubuntu-latest
@@ -592,9 +589,9 @@ jobs:
592
589
- name : linux_312_python
593
590
python_ver : " 3.12"
594
591
image : ubuntu-latest
595
- - name : linuxarm_39_python
596
- python_ver : " 3.9 "
597
- image : ubuntu-24.04-arm
592
+ - name : linux_313_python
593
+ python_ver : " 3.13 "
594
+ image : ubuntu-latest
598
595
- name : linuxarm_310_python
599
596
python_ver : " 3.10"
600
597
image : ubuntu-24.04-arm
@@ -604,9 +601,9 @@ jobs:
604
601
- name : linuxarm_312_python
605
602
python_ver : " 3.12"
606
603
image : ubuntu-24.04-arm
607
- - name : mac_39_python
608
- python_ver : " 3.9 "
609
- image : macos-latest
604
+ - name : linuxarm_313_python
605
+ python_ver : " 3.13 "
606
+ image : ubuntu-24.04-arm
610
607
- name : mac_310_python
611
608
python_ver : " 3.10"
612
609
image : macos-latest
@@ -616,9 +613,9 @@ jobs:
616
613
- name : mac_312_python
617
614
python_ver : " 3.12"
618
615
image : macos-latest
619
- - name : win_39_python
620
- python_ver : " 3.9 "
621
- image : windows -latest
616
+ - name : mac_313_python
617
+ python_ver : " 3.13 "
618
+ image : macos -latest
622
619
- name : win_310_python
623
620
python_ver : " 3.10"
624
621
image : windows-latest
@@ -628,6 +625,9 @@ jobs:
628
625
- name : win_312_python
629
626
python_ver : " 3.12"
630
627
image : windows-latest
628
+ - name : win_313_python
629
+ python_ver : " 3.13"
630
+ image : windows-latest
631
631
runs-on : ${{ matrix.image }}
632
632
steps :
633
633
- name : Check out repo ${{ github.event_name == 'workflow_dispatch' && inputs.commit_id || github.sha }}
0 commit comments