Skip to content

Commit c8f824a

Browse files
Merge pull request #11 from casework/bump_case_validation_action
Require Python >=3.9
2 parents 8eb7182 + 6f39744 commit c8f824a

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

2424
[options.entry_points]
2525
console_scripts =

0 commit comments

Comments
 (0)