Skip to content

Commit ddf5169

Browse files
committed
Fix requires-python to be compatible for build and publish action
1 parent 94ed474 commit ddf5169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "exasol-toolbox"
33
version = "1.1.0"
4-
requires-python = "^3.9"
4+
requires-python = ">=3.9,<4.0"
55
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project."
66
authors = [
77
{name = "Nicola Coretti", email = "[email protected]"},

0 commit comments

Comments
 (0)