We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5c342 commit 4dba707Copy full SHA for 4dba707
tests/conftest.py
@@ -1,6 +1,6 @@
1
import pytest
2
3
-PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
+PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
4
5
6
def pytest_addoption(parser):
0 commit comments