Skip to content

Commit bf60ca7

Browse files
committed
Drop Python 3.7
References: * casework/CASE-Utilities-Python#99 Signed-off-by: Alex Nelson <[email protected]>
1 parent 89bb566 commit bf60ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version:
19-
- '3.7'
19+
- '3.8'
2020
- '3.11'
2121

2222
steps:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include_package_data = true
1919
install_requires =
2020
rdflib >= 6.2.0
2121
packages = case_example_mapping
22-
python_requires = >=3.7
22+
python_requires = >=3.8
2323

2424
[options.entry_points]
2525
console_scripts =

0 commit comments

Comments
 (0)