Skip to content

Commit eb78acf

Browse files
committed
update to test python 3.13
1 parent f41f0f2 commit eb78acf

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/ci.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,6 @@ jobs:
479479
strategy:
480480
matrix:
481481
include:
482-
- name: linux_39_python
483-
python_ver: "3.9"
484-
image: ubuntu-latest
485482
- name: linux_310_python
486483
python_ver: "3.10"
487484
image: ubuntu-latest
@@ -491,9 +488,9 @@ jobs:
491488
- name: linux_312_python
492489
python_ver: "3.12"
493490
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
497494
- name: linuxarm_310_python
498495
python_ver: "3.10"
499496
image: ubuntu-22.04-arm
@@ -503,9 +500,9 @@ jobs:
503500
- name: linuxarm_312_python
504501
python_ver: "3.12"
505502
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
509506
- name: mac_310_python
510507
python_ver: "3.10"
511508
image: macos-latest
@@ -515,9 +512,9 @@ jobs:
515512
- name: mac_312_python
516513
python_ver: "3.12"
517514
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
521518
- name: win_310_python
522519
python_ver: "3.10"
523520
image: windows-latest
@@ -527,6 +524,9 @@ jobs:
527524
- name: win_312_python
528525
python_ver: "3.12"
529526
image: windows-latest
527+
- name: win_313_python
528+
python_ver: "3.13"
529+
image: windows-latest
530530
runs-on: ${{ matrix.image }}
531531
steps:
532532
- name: Check out repo ${{ github.event_name == 'workflow_dispatch' && inputs.commit_id || github.sha }}
@@ -580,9 +580,6 @@ jobs:
580580
strategy:
581581
matrix:
582582
include:
583-
- name: linux_39_python
584-
python_ver: "3.9"
585-
image: ubuntu-latest
586583
- name: linux_310_python
587584
python_ver: "3.10"
588585
image: ubuntu-latest
@@ -592,9 +589,9 @@ jobs:
592589
- name: linux_312_python
593590
python_ver: "3.12"
594591
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
598595
- name: linuxarm_310_python
599596
python_ver: "3.10"
600597
image: ubuntu-24.04-arm
@@ -604,9 +601,9 @@ jobs:
604601
- name: linuxarm_312_python
605602
python_ver: "3.12"
606603
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
610607
- name: mac_310_python
611608
python_ver: "3.10"
612609
image: macos-latest
@@ -616,9 +613,9 @@ jobs:
616613
- name: mac_312_python
617614
python_ver: "3.12"
618615
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
622619
- name: win_310_python
623620
python_ver: "3.10"
624621
image: windows-latest
@@ -628,6 +625,9 @@ jobs:
628625
- name: win_312_python
629626
python_ver: "3.12"
630627
image: windows-latest
628+
- name: win_313_python
629+
python_ver: "3.13"
630+
image: windows-latest
631631
runs-on: ${{ matrix.image }}
632632
steps:
633633
- name: Check out repo ${{ github.event_name == 'workflow_dispatch' && inputs.commit_id || github.sha }}

0 commit comments

Comments
 (0)