Skip to content

Commit af3a574

Browse files
committed
Remove Python 3.8 support from Github Actions
1 parent 35fcfaf commit af3a574

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: [3.9", "3.10", "3.11", "3.12"]
1212

1313
steps:
1414
- uses: actions/checkout@v4

CHANGES.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,21 @@ Change log
55
7.5 (unreleased)
66
================
77

8-
* Drop support for Python <=3.8.
8+
- Added support for Python 3.11 and 3.12.
9+
10+
- Drop support for Python <=3.8.
11+
12+
- Change local development setup to use Poetry_.
13+
14+
15+
.. _Poetry: https://python-poetry.org
916

1017

1118
7.4.2 (6 February 2023)
1219
=======================
1320

1421
- Allow ``pypng`` factory to allow for saving to a string (like
15-
``qr.save("some_file.png")``) in addition to file-like objects.
22+
``qr.save("some_file.png")``) in addition to file-like objects.
1623

1724

1825
7.4.1 (3 February 2023)

0 commit comments

Comments
 (0)