We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc5132 commit c87b3c7Copy full SHA for c87b3c7
noxconfig.py
@@ -23,5 +23,5 @@ class Config(BaseConfig):
23
24
PROJECT_CONFIG = Config(
25
python_versions=("3.10", "3.11", "3.12", "3.13"),
26
- exasol_versions=("2025.1.8"),
+ exasol_versions=("2025.1.8",),
27
)
0 commit comments