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.
1 parent 89bb566 commit bf60ca7Copy full SHA for bf60ca7
.github/workflows/cicd.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
python-version:
19
- - '3.7'
+ - '3.8'
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.7
+python_requires = >=3.8
23
24
[options.entry_points]
25
console_scripts =
0 commit comments