Skip to content

Commit

Permalink
remove deprecated py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tedder committed Aug 25, 2021
1 parent ff02591 commit e70a90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Bugfixes**

- don't install markdown files, and especially not outside of our lib dir, see #51. Thanks @benjaminp.

- remove deprecated python 2.7 and python 3.5.


1.1.1 (2021-06-04)
Expand Down

0 comments on commit e70a90e

Please sign in to comment.