Skip to content

Commit c7d835c

Browse files
committed
ci: drop support for Python 3.6, test again Python 3.10
1 parent 9dc188b commit c7d835c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tests:
1111
strategy:
1212
matrix:
13-
python-version: [3.6, 3.7, 3.8, 3.9]
13+
python-version: [3.7, 3.8, 3.9, 3.10]
1414
os:
1515
- ubuntu-latest
1616
- macOS-latest

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Unreleased
2+
3+
This is a breaking release.
4+
5+
- Python 3.10 support.
6+
- Drop Python 3.6 support (EOL).
7+
18
# 2.1
29

310
- Two new methods were added: `get_xpub_bytes()` and `get_xpriv_bytes()`

0 commit comments

Comments
 (0)