Skip to content

Commit 9284656

Browse files
committed
Add python 3.11 to test matrix
1 parent 4a77dcb commit 9284656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- "3.8"
1616
- "3.9"
1717
- "3.10"
18+
- "3.11"
1819

1920
steps:
2021
- uses: actions/checkout@v3
@@ -35,4 +36,4 @@ jobs:
3536
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3637
- name: Test with pytest
3738
run: |
38-
pytest tests.py
39+
pytest tests.py

0 commit comments

Comments
 (0)