Skip to content

Commit 63824ee

Browse files
authored
Fix requires-python to be compatible for build and publish action (#96)
1 parent 3f22cdf commit 63824ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "exasol-python-extension-common"
33
version = "0.9.0"
4-
requires-python = "^3.10.0"
4+
requires-python = ">=3.10,<4.0"
55
description = "A collection of common utilities for Exasol extensions."
66
authors = [
77
{name="Mikhail Beck", email="[email protected]"},

0 commit comments

Comments
 (0)