Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down