Skip to content

Commit d77df7d

Browse files
committed
test against Python 3.10 and require Black formatting
1 parent 7666bbe commit d77df7d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ jobs:
99
- name: Checkout repository
1010
uses: actions/checkout@v2
1111

12-
- name: Lint
13-
uses: ricardochaves/[email protected]
14-
continue-on-error: true
12+
- name: Black
13+
- uses: psf/black@stable
1514
with:
16-
python-root-list: "src"
15+
src: "./src"
1716

1817
test:
1918
name: "Test"
@@ -22,7 +21,7 @@ jobs:
2221
LANG: en_US.UTF-8
2322
strategy:
2423
matrix:
25-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
24+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
2625
os-version: [ubuntu-latest, windows-latest, macos-latest]
2726

2827
steps:

0 commit comments

Comments
 (0)