Skip to content

Commit 0680a25

Browse files
wip: Add python 3.10
1 parent dfd289c commit 0680a25

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
# python-version: ['2.7', '3.6', '3.7', '3.8', '3.9']
12-
python-version: ['3.6', '3.7', '3.8', '3.9']
11+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1312
tox-version: [ 'WTForms2' ]
14-
exclude:
15-
- python-version: 3.8
16-
tox-version: WTForms1
17-
- python-version: 3.9
18-
tox-version: WTForms1
13+
include:
14+
- python-version: 3.6
15+
tox-version: flake8
16+
- python-version: 3.6
17+
tox-version: docs-html
1918
services:
2019
# Label used to access the service container
2120
postgres:

0 commit comments

Comments
 (0)