Skip to content

Commit d3cff1c

Browse files
authored
Merge pull request #25 from ahayworth/ahayworth/bump-voluptuous
Bump voluptuous (and other deps), support python 3.9+3.10
2 parents fea89e0 + 53e76de commit d3cff1c

File tree

5 files changed

+1041
-579
lines changed

5 files changed

+1041
-579
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
name: CI
2-
on: [push, pull_request, workflow_dispatch]
2+
on:
3+
pull_request:
4+
workflow_dispatch:
5+
push:
6+
branches: [master]
37
jobs:
48
build:
59
runs-on: ubuntu-latest
610
strategy:
711
matrix:
8-
python-version: [3.6, 3.7, 3.8]
12+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
913
include:
1014
- python-version: 3.6
1115
toxenv: py36
1216
- python-version: 3.7
1317
toxenv: py37
1418
- python-version: 3.8
1519
toxenv: py38
20+
- python-version: 3.9
21+
toxenv: py39
22+
- python-version: "3.10"
23+
toxenv: py310
1624
steps:
1725
- name: Checkout
1826
uses: actions/checkout@v2

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sphinx-readable-theme==1.3.0
22
aiohttp==3.7.4
3-
voluptuous>=0.11.7,<0.13.0
3+
voluptuous>=0.11.7

0 commit comments

Comments
 (0)