Skip to content

Commit 56a5161

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)