Skip to content

Commit 3a99e3b

Browse files
committed
Drop Python 3.7
The Python 3.7 End of Support is coming 2023-06-27, and various upstream tools, including from this project's perspective `case-utils`, have consequently dropped support for that Python version. References: * casework/CASE-Utilities-Python#99 * https://www.python.org/downloads/ Signed-off-by: Alex Nelson <[email protected]>
1 parent 92022ea commit 3a99e3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
20+
python-version: [3.8, 3.9, "3.10", "3.11"]
2121

2222
steps:
2323
- uses: actions/checkout@v3

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install_requires =
1818
Pillow
1919
rdflib
2020
packages = find:
21-
python_requires = >=3.7
21+
python_requires = >=3.8
2222
scripts =
2323
pillow_case/exif_node_maker.py
2424

0 commit comments

Comments
 (0)