Skip to content

Commit e93ceaf

Browse files
committed
Update CI for Python 3.14
1 parent 1ce5908 commit e93ceaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [macos, ubuntu, windows]
27-
python-version: ["3.13"]
27+
python-version: ["3.14"]
2828
include:
2929
- os: ubuntu
3030
python-version: "3.10"
3131
- os: ubuntu
3232
python-version: "3.11"
3333
- os: ubuntu
34-
python-version: "3.12"
34+
python-version: "3.13"
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4

0 commit comments

Comments
 (0)