Skip to content

AC 205 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 7, 2021
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