Skip to content

Commit 1a15e04

Browse files
authored
chore: upgrade dependency python-hathorlib to v0.3.0 (#94)
* chore: bump python-hathorlib to v0.3.0 * chore: bump python version in CI and poetry * fix: python versions in CI * fix: remove python 3.11 from CI * chore: upgrade mypy version to get rid of error
1 parent 769e338 commit 1a15e04

File tree

5 files changed

+525
-554
lines changed

5 files changed

+525
-554
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
python:
21-
- 3.6
22-
- 3.7
23-
- 3.8
21+
- 3.9
22+
- '3.10'
2423
os:
2524
- ubuntu-latest
2625
steps:
@@ -40,4 +39,4 @@ jobs:
4039
run: poetry run make tests
4140
- name: Upload coverage
4241
uses: codecov/codecov-action@v1
43-
if: matrix.python == 3.6 && matrix.os == 'ubuntu-latest'
42+
if: matrix.python == 3.9 && matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)