Skip to content

Commit a1f2cb6

Browse files
committed
Drop support for Python 3.7
1 parent ba08a1e commit a1f2cb6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ ubuntu-20.04 ]
11-
python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
11+
python: [ '3.8', '3.9', '3.10', '3.11' ]
1212
variant: [ "py", "py-images" ]
1313
include:
1414
- os: macOS-11

docs/changelog.rst

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

4+
v0.16.0
5+
~~~~~~~
6+
7+
* **Breaking** Drop support for Python 3.7.
8+
49
v0.15.1
510
~~~~~~~~~~
611

0 commit comments

Comments
 (0)