Skip to content

Commit 700175d

Browse files
committed
Update to support 3.9 on build and cut new version
1 parent 4b0d9ef commit 700175d

File tree

5 files changed

+184
-156
lines changed

5 files changed

+184
-156
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
python-version: [3.5, 3.6, 3.7, 3.8]
19+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
2020

2121
steps:
2222
- uses: actions/checkout@v2

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Nothing yet :)
44

5+
# 1.0.2
6+
7+
- Support up to 3.9
8+
- PR #42 Fix unified diff parse error (Thanks, @kkpattern)
9+
510
# 1.0.1
611

712
- PR #37 Replace nose with pytest (Thanks, @MeggyCal)

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wheel = "*"
1515
[packages]
1616

1717
[requires]
18-
python_version = "3.7"
18+
python_version = "3.9"
1919

2020
[pipenv]
2121
allow_prereleases = true

0 commit comments

Comments
 (0)