Skip to content

Commit

Permalink
Merge pull request #42 from CanDIG/shaikh-rashid/py3-10_requirements
Browse files Browse the repository at this point in the history
update rdflib-jsonld for py3-10 🐍⬆
  • Loading branch information
shaikh-rashid authored Jun 16, 2022
2 parents 6d89420 + e6ba858 commit adaf6e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]

services:
postgres:
image: postgres:12
Expand All @@ -32,10 +30,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: "3.10"
- name: Install dependencies
run: python -m pip install -r requirements.txt
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: focal
language: python
python:
- "3.7"
- "3.10"
addons:
postgresql: "12"
apt:
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ python-dateutil==2.8.1
python-dotenv==0.14.0
pytz==2021.1
PyYAML==5.4.1
rdflib==5.0.0
rdflib-jsonld==0.5.0
rdflib==6.0.1
redis==3.5.3
requests==2.25.1
requests-unixsocket==0.2.0
Expand Down

0 comments on commit adaf6e0

Please sign in to comment.