Skip to content

Commit eeaa1a0

Browse files
committed
test on Python 3.14
1 parent ef3e684 commit eeaa1a0

File tree

3 files changed

+15952
-21022
lines changed

3 files changed

+15952
-21022
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: test
22

3-
on: [push, pull_request]
3+
on: [ push, pull_request ]
44

55
jobs:
66
test:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
12-
environment: [test310, test311, test312, test313]
11+
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
12+
environment: [ test310, test311, test312, test313, test314 ]
1313
permissions:
1414
actions: none
1515

0 commit comments

Comments
 (0)