Skip to content

Commit a8f1b06

Browse files
ci(workflows): add Python 3.14 to CI matrix
1 parent 897060d commit a8f1b06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
20-
python-version: ["3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121
target: [x86_64, aarch64]
2222
steps:
2323
- uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: windows-latest
4141
strategy:
4242
matrix:
43-
python-version: ["3.10", "3.11", "3.12", "3.13"]
43+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4444
target: [x64]
4545
steps:
4646
- uses: actions/checkout@v4
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: macos-latest
6464
strategy:
6565
matrix:
66-
python-version: ["3.10", "3.11", "3.12", "3.13"]
66+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6767
target: [x86_64, aarch64]
6868
steps:
6969
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)