Skip to content

Commit ddecf26

Browse files
Update noxfile.py
1 parent 2575c5f commit ddecf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
nox.options.sessions = ["lint", "tests"]
1616

1717
# Test edilecek Python versiyonları
18-
PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13"]
18+
PYTHON_VERSIONS = ["3.11", "3.12", "3.13", "3.14"]
1919

2020

2121
@nox.session(python=PYTHON_VERSIONS)

0 commit comments

Comments
 (0)