We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2575c5f commit ddecf26Copy full SHA for ddecf26
noxfile.py
@@ -15,7 +15,7 @@
15
nox.options.sessions = ["lint", "tests"]
16
17
# Test edilecek Python versiyonları
18
-PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13"]
+PYTHON_VERSIONS = ["3.11", "3.12", "3.13", "3.14"]
19
20
21
@nox.session(python=PYTHON_VERSIONS)
0 commit comments