Skip to content

Commit

Permalink
Update to support 3.9 on build and cut new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cscorley committed Feb 6, 2021
1 parent 8828904 commit 764c689
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Nothing yet :)

# 1.0.2

- Support up to 3.9
- PR #42 Fix unified diff parse error (Thanks, @kkpattern)

# 1.0.1

- PR #37 Replace nose with pytest (Thanks, @MeggyCal)
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wheel = "*"
[packages]

[requires]
python_version = "3.7"
python_version = "3.9"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit 764c689

Please sign in to comment.