Skip to content

Commit 56f0623

Browse files
committed
[gh actions] Update supported Python versions
Remove tests for Python < 3.7 due to updated rdflib version.
1 parent 7427059 commit 56f0623

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-20.04]
38-
python-version: ["3.6", "3.7"]
38+
python-version: ["3.7"]
3939
steps:
4040
- uses: actions/checkout@v2
4141
- name: Setup Python ${{ matrix.python-version }}
@@ -61,7 +61,7 @@ jobs:
6161
# and fails on install. MacOS Python version 3.9 build will stay
6262
# disabled until this is resolved.
6363
#python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
64-
python-version: ["3.6", "3.7", "3.8", "3.10"]
64+
python-version: ["3.7", "3.8", "3.10"]
6565
steps:
6666
- uses: actions/checkout@v2
6767
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)