We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb7182 commit 6f39744Copy full SHA for 6f39744
.github/workflows/cicd.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
python-version:
19
- - '3.8'
+ - '3.9'
20
- '3.11'
21
22
steps:
setup.cfg
@@ -19,7 +19,7 @@ include_package_data = true
install_requires =
rdflib >= 6.2.0
packages = case_example_mapping
-python_requires = >=3.8
+python_requires = >=3.9
23
24
[options.entry_points]
25
console_scripts =
0 commit comments