Skip to content

Commit 78eac68

Browse files
committed
update
1 parent 134ddfd commit 78eac68

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/python-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: ["windows", "ubuntu", "macos"]
13-
python-version: ["3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1414
name: ${{ matrix.os }} tests with python ${{ matrix.python-version }}
1515
runs-on: ${{ matrix.os }}-latest
1616
steps:

.github/workflows/release-CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: macos-13
1414
strategy:
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Install uv
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: windows-latest
5151
strategy:
5252
matrix:
53-
python-version: ["3.9", "3.10", "3.11", "3.12"]
53+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5454
target: [x64, x86]
5555
steps:
5656
- uses: actions/checkout@v3
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
strategy:
8282
matrix:
83-
python-version: ["3.9", "3.10", "3.11", "3.12"]
83+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
8484
target: [x86_64, i686]
8585
steps:
8686
- uses: actions/checkout@v3
@@ -116,6 +116,7 @@ jobs:
116116
{ version: "3.10", abi: "cp310-cp310" },
117117
{ version: "3.11", abi: "cp311-cp311" },
118118
{ version: "3.12", abi: "cp312-cp312" },
119+
{ version: "3.13", abi: "cp313-cp313" },
119120
]
120121
target: [aarch64, armv7]
121122
steps:

0 commit comments

Comments
 (0)