Skip to content

Commit

Permalink
Drop python 3.6 and require rdflib > 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Dec 8, 2021
1 parent e50e28e commit 2764782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.6, 3.7, 3.8]
python: [3.7, 3.8]
django: [3.0, 3.1, 3.2]
services:
postgres:
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
long_description=README,
url='https://github.com/Princeton-CDH/djiffy',
install_requires=[
'django>=2.2',
'django>=3.0',
'requests',
'piffle',
'attrdict',
'jsonfield<3.0,>=2.1',
'django-autocomplete-light>=3.5.1',
'rdflib',
'rdflib-jsonld',
'rdflib>6.0.1',
],
setup_requires=['pytest-runner'],
tests_require=test_requirements,
Expand All @@ -51,7 +50,6 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
Expand Down

0 comments on commit 2764782

Please sign in to comment.