diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ac5fb305..29dcc3cfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,9 +14,7 @@ jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - python-version: [3.7] + services: postgres: image: postgres:12 @@ -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 diff --git a/.travis.yml b/.travis.yml index 9afe383b0..74b750494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ dist: focal language: python python: - - "3.7" + - "3.10" addons: postgresql: "12" apt: diff --git a/requirements.txt b/requirements.txt index 39617478f..09a4049db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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