Skip to content

Commit

Permalink
Merge pull request #112 from dbrgn/drop-py33
Browse files Browse the repository at this point in the history
Drop support for Python 3.3
  • Loading branch information
dbrgn committed May 3, 2020
2 parents 7360505 + 25a1fbd commit 5c8478f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
install:
- pip install -r requirements-dev.txt
script:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ Possible log types:
- `[fix]` for any bug fixes.
- `[sec]` to invite users to upgrade in case of vulnerabilities.

### Unreleased

- [rem] Drop support for Python 3.3

### v1.3.0 (2020-05-03)

This release adds a new charmap (thanks @kroesi) and fixes an initialization
bug when using the pigpio backend (thanks @makslevental).

- [add] Add support for ST7066 0B charmap (#95)
- [fix] pigpio: Fix initialization without `pin_contrast` (#97)
- [dep] This is the last release with official Python 3.3 support

### v1.2.2 (2019-02-16)

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 5c8478f

Please sign in to comment.