Skip to content

Commit 432c770

Browse files
committed
Remove python 3.8 and add python 3.14 in CI
1 parent e3f28ff commit 432c770

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/run_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13, windows-latest, windows-11-arm]
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1818
architecture: [x64, x86, arm64]
1919
exclude:
2020
- os: ubuntu-latest
@@ -39,9 +39,6 @@ jobs:
3939
architecture: x64
4040
- os: windows-11-arm
4141
architecture: x86
42-
- os: windows-11-arm
43-
architecture: arm64
44-
python-version: "3.8"
4542
- os: windows-11-arm
4643
architecture: arm64
4744
python-version: "3.9"

0 commit comments

Comments
 (0)