Skip to content

Commit 6f39744

Browse files
committed
Require Python >=3.9
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <[email protected]>
1 parent 8eb7182 commit 6f39744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version:
19-
- '3.8'
19+
- '3.9'
2020
- '3.11'
2121

2222
steps:

setup.cfg

+1-1
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.8
22+
python_requires = >=3.9
2323

2424
[options.entry_points]
2525
console_scripts =

0 commit comments

Comments
 (0)