Skip to content

Commit 96faf64

Browse files
committed
Clean up pyproject and update libs as per dependabot
1 parent dca0ef9 commit 96faf64

File tree

4 files changed

+492
-5
lines changed

4 files changed

+492
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
python-version: [3.8, 3.9]
15+
python-version: [3.9, "3.10"]
1616
runs-on: ubuntu-latest
1717

1818
steps:
@@ -35,7 +35,7 @@ jobs:
3535
poetry run coverage run -m --source=src pytest tests
3636
poetry run coverage xml
3737
- name: Report coverage using codecov
38-
if: github.event_name == 'push' && matrix.python-version == 3.8
38+
if: github.event_name == 'push' && matrix.python-version == 3.9
3939
uses: codecov/codecov-action@v3.1.4
4040
with:
4141
file: ./coverage.xml # optional

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,5 @@ dmypy.json
114114
.pyre/
115115

116116
.vscode/
117-
poetry.lock
118117

119118
.idea/

0 commit comments

Comments
 (0)