Skip to content

Commit 734fbb8

Browse files
committed
deps: allow Python 3.12
1 parent d3f4f4c commit 734fbb8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
python = "3.13"
2+
python = "3.12"
33
poetry = "2.2.1"
44
pre-commit = "4.3.0"
55
shellcheck = "latest"

poetry.lock

Lines changed: 2 additions & 2 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
@@ -4,7 +4,7 @@ description = 'Opvious Python SDK'
44
authors = [{name='Opvious Engineering', email='oss@opvious.io'}]
55
readme = 'README.md'
66
dynamic = ['dependencies', 'version']
7-
requires-python = ">=3.13,<4"
7+
requires-python = ">=3.12,<4"
88

99
[project.urls]
1010
repository = 'https://github.com/opvious/sdk.py'
@@ -14,7 +14,7 @@ requires = ['poetry-core']
1414
build-backend = 'poetry.core.masonry.api'
1515

1616
[tool.poetry]
17-
version = '0.23.4rc1'
17+
version = '0.23.4rc2'
1818
packages = [{include = 'opvious', from = 'src'}]
1919

2020
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)