Skip to content

Commit 811b419

Browse files
author
Alan Christie
committed
ci: Widen support to PyYAML 5.3.1 (and scheduled build)
1 parent 4c2447d commit 811b419

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ on:
2222
- '**'
2323
tags-ignore:
2424
- '**'
25+
schedule:
26+
# Build daily at 6:04am...
27+
- cron: '4 6 * * *'
2528

2629
jobs:
2730
build:
2831
runs-on: ubuntu-latest
2932
strategy:
3033
matrix:
3134
python-version:
35+
- '3.10'
3236
- '3.11'
3337
steps:
3438
- name: Checkout

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
jinja2 == 3.0.3
22
jsonschema >= 3.2.0, < 4.0
3-
pyyaml >= 5.4.1, < 7.0
3+
pyyaml >= 5.3.1, < 7.0

0 commit comments

Comments
 (0)