We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eb7182 + 6f39744 commit c8f824aCopy full SHA for c8f824a
.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