diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d49004..1e976a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.6, 3.8 ] + python-version: [ 3.7, 3.8 ] steps: - uses: actions/checkout@v2 diff --git a/dependencies/CASE-Examples-QC b/dependencies/CASE-Examples-QC index 1a153c7..49e1bdf 160000 --- a/dependencies/CASE-Examples-QC +++ b/dependencies/CASE-Examples-QC @@ -1 +1 @@ -Subproject commit 1a153c73d5d7f66509650c5c9d453b852676a60a +Subproject commit 49e1bdf7d6f366dc18655ace5ea3043e84493767 diff --git a/setup.cfg b/setup.cfg index 5837731..66d100d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,14 +18,13 @@ classifiers = # TODO The constraint on pyparsing can be removed when rdflib Issue #1190 is resolved. # https://github.com/RDFLib/rdflib/issues/1190 install_requires = - # Note that numpy (pandas dependency) is only supported in Python >= 3.7. - pandas;python_version>='3.7' + pandas pyparsing < 3.0.0 - rdflib-jsonld + rdflib >= 6.0.0 requests tabulate packages = find: -python_requires = >=3.6 +python_requires = >=3.7 [options.entry_points] console_scripts =