Skip to content

Commit 80c7fe1

Browse files
committed
build(core): 📌 set the version number to 0.7.3
Restores compatibility with Python 3.13 broken in commit df0bfe5.
1 parent 0bf72ba commit 80c7fe1

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

‎poetry.lock‎

Lines changed: 22 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "roc-validator"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "A Python package to validate RO-Crates"
55
authors = [
66
"Marco Enrico Piras <[email protected]>",
@@ -58,7 +58,7 @@ include = [
5858
]
5959

6060
[tool.poetry.dependencies]
61-
python = ">=3.10,<3.13"
61+
python = ">=3.10,<4.0"
6262
rdflib = ">=7.1,<8.0"
6363
pyshacl = ">=0.26,<0.31"
6464
click = ">=8.2,<9.0"

0 commit comments

Comments
 (0)