We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f618d commit 0238067Copy full SHA for 0238067
noxconfig.py
@@ -45,6 +45,8 @@ class Config:
45
"project-template",
46
"idioms",
47
)
48
+ python_versions = ["3.9", "3.10", "3.11", "3.12", "3.13"]
49
+ exasol_versions = ["7.1.9"]
50
plugins = [UpdateTemplates]
51
52
0 commit comments