Skip to content

Commit c0163fc

Browse files
authored
Merge pull request #92 from ocefpaf/py314
Test on Python 3.14
2 parents ca026b5 + e7fd0dd commit c0163fc

File tree

4 files changed

+15954
-21022
lines changed

4 files changed

+15954
-21022
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ updates:
1313
github-actions:
1414
patterns:
1515
- '*'
16+
cooldown:
17+
default-days: 7

.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)