We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95b899 commit d8e821eCopy full SHA for d8e821e
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ["3.10", "3.11"]
+ python-version: ["3.10"]
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up Python ${{ matrix.python-version }}
pyproject.toml
@@ -8,11 +8,11 @@ readme = "README.md"
8
9
10
[tool.poetry.dependencies]
-python = "^3.10"
-owlready2 = "^0.45"
-rdflib = "^7.0.0"
-Flask = "^3.0.2"
-pytest = "^8.0.0"
+python = ">=3.10,<3.11"
+owlready2 = "^0.46"
+rdflib = "^7.5.0"
+Flask = "^3.0.3"
+pytest = "^8.3.0"
PyYAML = "^6.0.1"
18
0 commit comments