Skip to content

Commit c87b3c7

Browse files
committed
#3: Single value tuple for versions.
1 parent 6bc5132 commit c87b3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ class Config(BaseConfig):
2323

2424
PROJECT_CONFIG = Config(
2525
python_versions=("3.10", "3.11", "3.12", "3.13"),
26-
exasol_versions=("2025.1.8"),
26+
exasol_versions=("2025.1.8",),
2727
)

0 commit comments

Comments
 (0)