Skip to content

Commit d60a385

Browse files
committed
Include Python 3.10.
1 parent e4eb583 commit d60a385

File tree

2 files changed

+77
-12
lines changed

2 files changed

+77
-12
lines changed

poetry.lock

Lines changed: 75 additions & 10 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
@@ -6,7 +6,7 @@ authors = [
66
]
77
readme = "README.md"
88
license = "MIT"
9-
requires-python = ">=3.11,<4.0"
9+
requires-python = ">=3.10,<4.0"
1010
dynamic = [ "dependencies", "version" ]
1111

1212
[tool.poetry]
@@ -33,7 +33,7 @@ poetry-plugin-shell = "^1.0.1"
3333
poetry-plugin-up = "^0.9.0"
3434

3535
[tool.poetry.dependencies]
36-
python = "^3.11"
36+
python = ">=3.10,<4.0"
3737
strif = "^2.0.0"
3838

3939
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)