Skip to content

Commit e67a94d

Browse files
ci: update to windows-latest, add py313, py314
1 parent 8198954 commit e67a94d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-2019, macos-latest]
17+
os: [ubuntu-latest, windows-latest, macos-latest]
1818
arch: [auto]
1919
include:
2020
- os: ubuntu-latest

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, macos-latest, windows-2019]
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
18+
os: [ubuntu-latest, macos-latest, windows-latest]
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2020

2121
steps:
2222
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)