Skip to content

Commit c8b853a

Browse files
authored
Merge pull request #10 from vd2org/9-max-python-version-313
Fixed version.
2 parents 6c330b6 + 6d428a6 commit c8b853a

File tree

2 files changed

+9
-37
lines changed

2 files changed

+9
-37
lines changed

pdm.lock

Lines changed: 7 additions & 35 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
@@ -26,7 +26,7 @@ authors = [
2626
{name = "vd", email = "[email protected]"},
2727
]
2828
dependencies = []
29-
requires-python = ">=3.8,<3.13"
29+
requires-python = ">=3.8,<4.0"
3030
readme = "README.md"
3131
license = { file = "LICENSE" }
3232

@@ -45,7 +45,7 @@ distribution = true
4545
[tool.pdm.dev-dependencies]
4646
dev = [
4747
"pytest~=8.0.2",
48-
"ubump~=0.1.10; python_version >= '3.11'",
48+
#"ubump~=0.1.10; python_version >= '3.11'",
4949
"requests>=2.31.0",
5050
]
5151

0 commit comments

Comments
 (0)